Sha256: e984de610ff23b9715e182b6328276ac20193a0d011f0ef21774db4eaca9be45

Contents?: true

Size: 825 Bytes

Versions: 3

Compression:

Stored size: 825 Bytes

Contents

# OryHydraClient::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-hydra-client'

instance = OryHydraClient::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

3 entries across 3 versions & 1 rubygems

Version Path
ory-hydra-client-2.2.1 docs/VerifiableCredentialPrimingResponse.md
ory-hydra-client-2.2.0 docs/VerifiableCredentialPrimingResponse.md
ory-hydra-client-2.2.0.rc3 docs/VerifiableCredentialPrimingResponse.md