Ory.Model.UpdateSettingsFlowWithDeviceAuthnMethodRotateSecret (ory_client v1.22.63)

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 sealed to the supplied transport_public_key exactly once.

Summary

Types

t()

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

Functions

decode(value)