Sha256: 266d8cb045616bc6074355a8b5a39358fe7c8767e29f758ecf26126ec501bf6f
Contents?: true
Size: 809 Bytes
Versions: 73
Compression:
Stored size: 809 Bytes
Contents
# OryClient::VerifiableCredentialPrimingResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **c_nonce** | **String** | | [optional] | | **c_nonce_expires_in** | **Integer** | | [optional] | | **error** | **String** | | [optional] | | **error_debug** | **String** | | [optional] | | **error_description** | **String** | | [optional] | | **error_hint** | **String** | | [optional] | | **format** | **String** | | [optional] | | **status_code** | **Integer** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::VerifiableCredentialPrimingResponse.new( c_nonce: null, c_nonce_expires_in: null, error: null, error_debug: null, error_description: null, error_hint: null, format: null, status_code: null ) ```
Version data entries
73 entries across 73 versions & 1 rubygems