Sha256: 7d79a0ab2ac787491ef17a810a2f0248e474112e4f2b935b5106e999b16a46de

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 KB

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

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