Ory.Model.UpdateLoginFlowBody (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

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