Ory.Model.CredentialSupportedDraft00
(ory_client v1.21.6)
Includes information about the supported verifiable credentials.
Types
@type t() :: %Ory.Model.CredentialSupportedDraft00{
cryptographic_binding_methods_supported: [String.t()] | nil,
cryptographic_suites_supported: [String.t()] | nil,
format: String.t() | nil,
types: [String.t()] | nil
}