Google.Play.Integrity.PrepareIntegrityTokenRequest

Request for StandardIntegrityManager.PrepareIntegrityToken.

Summary

Constructors and Destructors

PrepareIntegrityTokenRequest(long cloudProjectNumber)
Constructor.

Properties

CloudProjectNumber
long
A cloud project number to link to the integrity token.

Properties

CloudProjectNumber

longCloudProjectNumber

A cloud project number to link to the integrity token.

This field is required.

Cloud project number can be found in Project info in your Google Cloud Console for the cloud project where Play Integrity API is enabled.

Calls to decrypt the token on Google's server must be authenticated using the cloud account that was linked to the token in this request.

Public functions

PrepareIntegrityTokenRequest

PrepareIntegrityTokenRequest(
longcloudProjectNumber
)

Constructor.

Details
Parameters
cloudProjectNumber
A cloud project number to link to the integrity token.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2023年05月02日 UTC.