Ory.Model.UpdateRegistrationFlowWithPasswordMethod (ory_client v1.21.6)

Update Registration Flow with Password Method

Summary

Types

t()

@type t() :: %Ory.Model.UpdateRegistrationFlowWithPasswordMethod{
  csrf_token: String.t() | nil,
  method: String.t(),
  password: String.t(),
  traits: map(),
  transient_payload: map() | nil
}

Functions

decode(value)