# `Ory.Model.DeviceAuthnAttestation`

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

# `t`

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

# `decode`

---

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