Ory.Model.UpdateRegistrationFlowBody (ory_client v1.6.2)

Update Registration Request Body

Summary

Types

@type t() :: %Ory.Model.UpdateRegistrationFlowBody{
  code: String.t() | nil,
  csrf_token: String.t() | nil,
  id_token: String.t() | nil,
  id_token_nonce: String.t() | nil,
  method: String.t(),
  password: String.t(),
  provider: String.t(),
  resend: String.t() | nil,
  traits: map(),
  transient_payload: map() | nil,
  upstream_parameters: map() | nil,
  webauthn_register: String.t() | nil,
  webauthn_register_displayname: String.t() | nil
}

Functions