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