Ory.Model.UpdateRegistrationFlowBody
(ory_client v1.1.18)
Update Registration Request Body
@type t() :: %Ory.Model.UpdateRegistrationFlowBody{
csrf_token: String.t() | nil,
method: String.t(),
password: String.t(),
provider: String.t(),
traits: map(),
transient_payload: map() | nil,
webauthn_register: String.t() | nil,
webauthn_register_displayname: String.t() | nil
}