Ory.Model.UpdateRegistrationFlowWithCodeMethod
(ory_client v1.21.6)
Update Registration Flow with Code Method
Types
@type t() :: %Ory.Model.UpdateRegistrationFlowWithCodeMethod{
code: String.t() | nil,
csrf_token: String.t() | nil,
method: String.t(),
resend: String.t() | nil,
traits: map(),
transient_payload: map() | nil
}