Ory.Model.ContinueWithDeviceAuthnPinEntryUi (ory_client v1.22.62)

Copy Markdown

The enrolled key's client_key_id is not included: it is the SHA-256 fingerprint of the device's own public key, which the device derives locally. Non-PIN keys need no client action at all and therefore produce no continue_with.

Summary

Types

t()

@type t() :: %Ory.Model.ContinueWithDeviceAuthnPinEntryUi{
  action: String.t(),
  data: Ory.Model.ContinueWithDeviceAuthnPinEntryUiData.t()
}

Functions

decode(value)