# `Ory.Model.CredentialSupportedDraft00`

Includes information about the supported verifiable credentials.

# `t`

```elixir
@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
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
