Sha256: d0a331b7b9ddc6f193f87fd8a773ab34cc02ce01f061c562cbef43810d40d260

Contents?: true

Size: 1.12 KB

Versions: 73

Compression:

Stored size: 1.12 KB

Contents

# OryClient::CredentialSupportedDraft00

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cryptographic_binding_methods_supported** | **Array<String>** | OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported  Contains a list of cryptographic binding methods supported for signing the proof. | [optional] |
| **cryptographic_suites_supported** | **Array<String>** | OpenID Connect Verifiable Credentials Cryptographic Suites Supported  Contains a list of cryptographic suites methods supported for signing the proof. | [optional] |
| **format** | **String** | OpenID Connect Verifiable Credentials Format  Contains the format that is supported by this authorization server. | [optional] |
| **types** | **Array<String>** | OpenID Connect Verifiable Credentials Types  Contains the types of verifiable credentials supported. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CredentialSupportedDraft00.new(
  cryptographic_binding_methods_supported: null,
  cryptographic_suites_supported: null,
  format: null,
  types: null
)
```

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/CredentialSupportedDraft00.md
ory-client-1.16.1 docs/CredentialSupportedDraft00.md
ory-client-1.16.0 docs/CredentialSupportedDraft00.md
ory-client-1.15.17 docs/CredentialSupportedDraft00.md
ory-client-1.15.16 docs/CredentialSupportedDraft00.md
ory-client-1.15.15 docs/CredentialSupportedDraft00.md
ory-client-1.15.14 docs/CredentialSupportedDraft00.md
ory-client-1.15.13 docs/CredentialSupportedDraft00.md
ory-client-1.15.12 docs/CredentialSupportedDraft00.md
ory-client-1.15.10 docs/CredentialSupportedDraft00.md
ory-client-1.15.7 docs/CredentialSupportedDraft00.md
ory-client-1.15.6 docs/CredentialSupportedDraft00.md
ory-client-1.15.5 docs/CredentialSupportedDraft00.md
ory-client-1.15.4 docs/CredentialSupportedDraft00.md
ory-client-1.15.3 docs/CredentialSupportedDraft00.md
ory-client-1.15.0 docs/CredentialSupportedDraft00.md
ory-client-1.14.5 docs/CredentialSupportedDraft00.md
ory-client-1.14.4 docs/CredentialSupportedDraft00.md
ory-client-1.14.3 docs/CredentialSupportedDraft00.md
ory-client-1.14.2 docs/CredentialSupportedDraft00.md