Ory.Model.UpdateLoginFlowWithCodeMethod (ory_client v1.20.2)

Update Login flow using the code method

Summary

Types

t()

@type t() :: %Ory.Model.UpdateLoginFlowWithCodeMethod{
  address: String.t() | nil,
  code: String.t() | nil,
  csrf_token: String.t(),
  identifier: String.t() | nil,
  method: String.t(),
  resend: String.t() | nil,
  transient_payload: map() | nil
}

Functions

decode(value)