Ory. Model. DeviceAuthnAttestation
(ory_client v1.22.66)
Copy Markdown
Exactly one of android or ios is set, matching the key's device_type.
Summary
Types
@type t() :: %Ory.Model.DeviceAuthnAttestation{ android: Ory.Model.DeviceAuthnAndroidKeyDescription.t() | nil, ios: Ory.Model.DeviceAuthnIosAttestation.t() | nil }