Ory.Model.DeviceAuthnAttestation (ory_client v1.22.40)

Copy Markdown

Exactly one of Android / IOS is set, matching the key's DeviceType.

Summary

Types

t()

@type t() :: %Ory.Model.DeviceAuthnAttestation{
  android: Ory.Model.DeviceAuthnAndroidKeyDescription.t() | nil,
  ios: Ory.Model.DeviceAuthnIosAttestation.t() | nil
}

Functions

decode(value)