Ory.Model.RecoveryLinkForIdentity (ory_client v1.1.23)

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

Link to this section Summary

Link to this section Types

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