Ory.Model.IdentityCredentialsLookupSecretCode (ory_client v1.22.37)

Copy Markdown

Recovery codes can be used once and are invalidated after use.

Summary

Types

t()

@type t() :: %Ory.Model.IdentityCredentialsLookupSecretCode{
  code: String.t() | nil,
  used_at: DateTime.t() | nil
}

Functions

decode(value)