Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethod (ory_client v1.22.57)

Copy Markdown

Update Settings Flow with DeviceAuthn Method

Summary

Types

t()

@type t() :: %Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethod{
  add: Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodAdd.t() | nil,
  csrf_token: String.t() | nil,
  delete: Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodDelete.t() | nil,
  method: String.t(),
  transient_payload: map() | nil
}

Functions

decode(value)