Ory.Model.CredentialSupportedDraft00 (ory_client v1.6.2)

Includes information about the supported verifiable credentials.

Summary

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
}

Functions