Ory.Model.UpdateRegistrationFlowWithWebAuthnMethod (ory_client v1.6.2)

Update Registration Flow with WebAuthn Method

Summary

Types

@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
}

Functions