Ory.Model.UpdateLoginFlowWithWebAuthnMethod (ory_client v1.1.23)

Update Login Flow with WebAuthn Method

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.UpdateLoginFlowWithWebAuthnMethod{
  csrf_token: String.t() | nil,
  identifier: String.t(),
  method: String.t(),
  webauthn_login: String.t() | nil
}