Stay organized with collections
Save and categorize content based on your preferences.
google::play::integrity::RequestTokenData
#include <integrity/models.h>
Data needed to request an integrity token.
Summary
Public attributes
|
cloud_project_number
|
int64_t
The Google Cloud project number associated with the integrity token.
|
warm_up_session_id
|
const std::string
The warm up session id associated with the integrity token.
|
Public attributes
cloud_project_number
int64_t google::play::integrity::RequestTokenData::cloud_project_number
The Google Cloud project number associated with the integrity token.
warm_up_session_id
const std::string google::play::integrity::RequestTokenData::warm_up_session_id
The warm up session id associated with the integrity token.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-23 UTC."],[],[],null,["# google::play::integrity::RequestTokenData Struct Reference\n\ngoogle::play::integrity::RequestTokenData\n=========================================\n\n\n`#include \u003cintegrity/models.h\u003e`\n\nData needed to request an integrity token.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| [cloud_project_number](#structgoogle_1_1play_1_1integrity_1_1_request_token_data_1a7678249934972818e8da5f7defa25d60) | `int64_t` The Google Cloud project number associated with the integrity token. |\n| [warm_up_session_id](#structgoogle_1_1play_1_1integrity_1_1_request_token_data_1a3dfe4722db5a5d046b59dac6ce8af60a) | `const std::string` The warm up session id associated with the integrity token. |\n\nPublic attributes\n-----------------\n\n### cloud_project_number\n\n```scdoc\nint64_t google::play::integrity::RequestTokenData::cloud_project_number\n``` \nThe Google Cloud project number associated with the integrity token. \n\n### warm_up_session_id\n\n```gdscript\nconst std::string google::play::integrity::RequestTokenData::warm_up_session_id\n``` \nThe warm up session id associated with the integrity token."]]