Ory.Model.VerificationFlow (ory_client v1.1.23)
Used to verify an out-of-band communication channel such as an email address or a phone number. For more information head over to: https://www.ory.sh/docs/kratos/selfservice/flows/verify-email-account-activation
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.VerificationFlow{ active: String.t() | nil, expires_at: DateTime.t() | nil, id: String.t(), issued_at: DateTime.t() | nil, request_url: String.t() | nil, return_to: String.t() | nil, state: Ory.Model.VerificationFlowState.t(), type: String.t(), ui: Ory.Model.UiContainer.t() }