Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethod (ory_client v1.22.66)

Copy Markdown

Manages the identity's enrolled device keys. Set exactly one of deviceauthn_register (enroll a new key), deviceauthn_remove (remove a key), or rotate_secret (re-issue the pin_secret of a PIN-protected key).

Summary

Types

t()

@type t() :: %Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethod{
  csrf_token: String.t() | nil,
  deviceauthn_register:
    Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodRegister.t() | nil,
  deviceauthn_remove: String.t() | nil,
  method: String.t(),
  rotate_secret:
    Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodRotateSecret.t() | nil,
  transient_payload: map() | nil
}

Functions

decode(value)