Ory.Model.ContinueWithDeviceAuthnPinEntryUiData (ory_client v1.22.63)

Copy Markdown

Carries the one-time HPKE-sealed pin_secret material — the encapsulated key and the sealed ciphertext — that the device opens with the transport private key it generated for this enrollment.

Summary

Types

t()

@type t() :: %Ory.Model.ContinueWithDeviceAuthnPinEntryUiData{
  ciphertext: String.t(),
  enc: String.t()
}

Functions

decode(value)