Ory.Model.UpdateRegistrationFlowWithWebAuthnMethod (ory_client v1.21.6)

Update Registration Flow with WebAuthn Method

Summary

Types

t()

@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

decode(value)