Ory.Model.DeviceAuthnAttestation (ory_client v1.22.64)

Copy Markdown

Exactly one of android or ios is set, matching the key's device_type.

Summary

Types

t()

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

Functions

decode(value)