Ory.Model.UpdateLoginFlowWithTotpMethod (ory_client v1.1.23)

Update Login Flow with TOTP Method

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.UpdateLoginFlowWithTotpMethod{
  csrf_token: String.t() | nil,
  method: String.t(),
  totp_code: String.t()
}