Ory.Model.UpdateSettingsFlowWithTotpMethod (ory_client v1.22.1)

Update Settings Flow with TOTP Method

Summary

Types

t()

@type t() :: %Ory.Model.UpdateSettingsFlowWithTotpMethod{
  csrf_token: String.t() | nil,
  method: String.t(),
  totp_code: String.t() | nil,
  totp_unlink: boolean() | nil,
  transient_payload: map() | nil
}

Functions

decode(value)