Stay organized with collections
Save and categorize content based on your preferences.
FPrepareIntegrityTokenRequest
#include <PrepareIntegrityTokenRequest.h>
The request used to call the PrepareIntegrityToken function.
Summary
See also:
UStandardIntegrityManager::PrepareIntegrityToken
Public attributes
|
CloudProjectNumber = -1
|
int64
The cloud project number is a unique numerical identifier assigned to each project in Google Cloud.
|
Public attributes
CloudProjectNumber
int64 FPrepareIntegrityTokenRequest::CloudProjectNumber = -1
The cloud project number is a unique numerical identifier assigned to each project in Google Cloud.
It can be found in Project info in your Google Cloud Console for the cloud project where Play Integrity API is enabled.
Calls to https://developer.android.com/google/play/integrity/standard#decrypt-and decrypt the token on Google's server must be authenticated using the cloud account that was linked to the token in this request.
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 2025-01-14 UTC.
[null,null,["Last updated 2025-01-14 UTC."],[],[],null,["# FPrepareIntegrityTokenRequest Struct Reference\n\nFPrepareIntegrityTokenRequest\n=============================\n\n\n`#include \u003cPrepareIntegrityTokenRequest.h\u003e`\n\nThe request used to call the PrepareIntegrityToken function.\n\nSummary\n-------\n\n\n**See also:**\n[UStandardIntegrityManager::PrepareIntegrityToken](/reference/unreal-engine/play/core/class/u-standard-integrity-manager#class_u_standard_integrity_manager_1afcfc5307f53a8abfa8d773ce363f33a0)\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| [CloudProjectNumber](#struct_f_prepare_integrity_token_request_1a9041a9b212aedab83e35072a3acb75a6)` = -1` | `int64` The cloud project number is a unique numerical identifier assigned to each project in Google Cloud. |\n\nPublic attributes\n-----------------\n\n### CloudProjectNumber\n\n```text\nint64 FPrepareIntegrityTokenRequest::CloudProjectNumber = -1\n``` \nThe cloud project number is a unique numerical identifier assigned to each project in Google Cloud.\n\nIt can be found in Project info in your Google Cloud Console for the cloud project where Play Integrity API is enabled.\n\nCalls to \u003chttps://developer.android.com/google/play/integrity/standard#decrypt-and\u003e decrypt the token on Google's server must be authenticated using the cloud account that was linked to the token in this request."]]