| Name | Summary |
|---|---|
DeviceApplicationIntegrity | constructor() |
| Name | Summary |
|---|---|
Companion | object Companion |
| Name | Summary |
|---|---|
getIntegrityToken | suspend fun getIntegrityToken(challengeNonce: String): String Returns Device and Application Integrity Attestation JSON Web Token. The token has format of header.claims.signature encoded in base64. Header contains algorithm type (PS256) and token type (JWT). See more details here. |