DeviceAttestationOptions

data class DeviceAttestationOptions(val applicationId: String, val cloudProjectNumber: Long)

Configuration options for Android Play Integrity device attestation.

Constructors

Link copied to clipboard
constructor(applicationId: String, cloudProjectNumber: Long)

Properties

Link copied to clipboard

The application ID (package name) of your app (e.g., com.example.app).

Link copied to clipboard

Your Google Cloud Project number, required for Play Integrity API.