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