Ory.Model.RecoveryCodeForIdentity (ory_client v1.6.2)
Used when an administrator creates a recovery code for an identity.
Summary
Types
@type t() :: %Ory.Model.RecoveryCodeForIdentity{ expires_at: DateTime.t() | nil, recovery_code: String.t(), recovery_link: String.t() }
Functions
Link to this function