Ory.Model.UpdateRegistrationFlowWithWebAuthnMethod
(ory_client v1.1.23)
Update Registration Flow with WebAuthn Method
@type t() :: %Ory.Model.UpdateRegistrationFlowWithWebAuthnMethod{
csrf_token: String.t() | nil,
method: String.t(),
traits: map(),
transient_payload: map() | nil,
webauthn_register: String.t() | nil,
webauthn_register_displayname: String.t() | nil
}