Ory.Model.UpdateLoginFlowWithWebAuthnMethod
(ory_client v1.20.9)
Update Login Flow with WebAuthn Method
Types
@type t() :: %Ory.Model.UpdateLoginFlowWithWebAuthnMethod{
csrf_token: String.t() | nil,
identifier: String.t(),
method: String.t(),
transient_payload: map() | nil,
webauthn_login: String.t() | nil
}