API reference
API reference
Select your platform
No SDKs available
No versions available

DeviceApplicationIntegrity

Updated: Oct 30, 2025

DeviceApplicationIntegrity

class DeviceApplicationIntegrity
The Device Application Integrity API is a key function for developers committed to protecting their applications from unauthorized modifications and potential security breaches. Leveraging this API can greatly enhance the security of your applications, ensuring a seamless and safe user experience. See more details here.

Constructors

NameSummary
DeviceApplicationIntegrity
constructor()

Types

NameSummary
Companion
object Companion

Functions

NameSummary
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.

Companion

object Companion