Ory.Model.UpdateSettingsFlowWithWebAuthnMethod (ory_client v1.1.23)

Update Settings Flow with WebAuthn Method

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.UpdateSettingsFlowWithWebAuthnMethod{
  csrf_token: String.t() | nil,
  method: String.t(),
  webauthn_register: String.t() | nil,
  webauthn_register_displayname: String.t() | nil,
  webauthn_remove: String.t() | nil
}