Ory.Model.SelfServiceFlowExpiredError (ory_client v1.1.22)
Is sent when a flow is expired
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.SelfServiceFlowExpiredError{ code: integer() | nil, debug: String.t() | nil, details: %{optional(String.t()) => AnyType} | nil, expired_at: DateTime.t() | nil, id: String.t() | nil, message: String.t(), reason: String.t() | nil, request: String.t() | nil, since: integer() | nil, status: String.t() | nil, use_flow_id: String.t() | nil }