UpdateApplicationVerificationRequired¶
A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed
UpdateApplicationVerificationRequired(
verification_id: int53,
nonce: string,
cloud_project_number: int64
) → Update
verification_id¶
int53
Unique identifier for the verification process
nonce¶
string
Unique base64url-encoded nonce for the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic) for Android, or a unique string to compare with verify_nonce field from a push notification for iOS
cloud_project_number¶
int64
Cloud project number to pass to the Play Integrity API on Android