Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodRotateSecret (ory_client v1.22.65)

Copy Markdown

Re-issues a fresh pin_secret for an existing PIN-protected DeviceAuthn key without changing the device signing key. It is the recovery path for a forgotten PIN or a locked key. The server returns the new secret exactly once, HPKE-sealed to the supplied transport_public_key, in the flow's continue_with items (action show_pin_entry_ui).

Summary

Types

t()

@type t() :: %Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodRotateSecret{
  client_key_id: String.t(),
  signature: binary(),
  transport_public_key: binary()
}

Functions

decode(value)