Ory.Model.UpdateLoginFlowWithTotpMethod (ory_client v1.4.5)

Update Login Flow with TOTP Method

Summary

Types

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