Interface FirebaseDeviceVerificationParametersPlayIntegrity

Device verification must be performed with the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic). Subtype of FirebaseDeviceVerificationParameters.

interface FirebaseDeviceVerificationParametersPlayIntegrity {
    @type: "firebaseDeviceVerificationParametersPlayIntegrity";
    cloud_project_number: string;
    nonce: string;
}

Properties

@type: "firebaseDeviceVerificationParametersPlayIntegrity"
cloud_project_number: string

Cloud project number to pass to the Play Integrity API.

nonce: string

Base64url-encoded nonce to pass to the Play Integrity API.