# `Ory.Model.ContinueWithDeviceAuthnPinEntryUiData`

Contains the encapsulated key and the sealed ciphertext that the device opens with the X25519 transport private key it generated for this enrollment or rotation. Open it with HPKE (RFC 9180) using the suite DHKEM(X25519, HKDF-SHA256), HKDF-SHA256, AES-128-GCM, the ASCII info string "ory/deviceauthn/pin-secret/v1", and the key's client_key_id (its ASCII hex form) as the AAD.

# `t`

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

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
