Ory.Model.RecoveryLinkForIdentity (ory_client v1.4.6)

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

Summary

Types

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