Ory.Model.UpdateLoginFlowBody (ory_client v1.2.5)
Summary
Types
@type t() :: %Ory.Model.UpdateLoginFlowBody{ code: String.t() | nil, csrf_token: String.t(), identifier: String.t(), lookup_secret: String.t(), method: String.t(), password: String.t(), password_identifier: String.t() | nil, provider: String.t(), resend: String.t() | nil, totp_code: String.t(), traits: map() | nil, upstream_parameters: map() | nil, webauthn_login: String.t() | nil }