Ory.Model.RecoveryCodeForIdentity (ory_client v1.1.22)

Used when an administrator creates a recovery code for an identity.

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.RecoveryCodeForIdentity{
  expires_at: DateTime.t() | nil,
  recovery_code: String.t(),
  recovery_link: String.t()
}