Stay organized with collections
Save and categorize content based on your preferences.
UStandardIntegrityTokenProvider
#include <StandardIntegrityTokenProvider.h>
The Standard Integrity Token Provider is used to request an integrity token.
Summary
Inheritance
Inherits from: UObject
Public functions
|
BeginDestroy() override
|
virtual void
Part of UObject interface.
|
Request(const FStandardIntegrityTokenRequest & Request, FStandardRequestOperationCompletedDelegate InOnStandardRequestOperationCompleted)
|
void
Returns a token for integrity-related enquiries.
|
Public functions
BeginDestroy
virtual void BeginDestroy() override
Part of UObject interface.
Called when the object is marked for deletion by MarkPendingKill.
Request
void Request(
const FStandardIntegrityTokenRequest & Request,
FStandardRequestOperationCompletedDelegate InOnStandardRequestOperationCompleted
)
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.
[[["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-01-14 UTC."],[],[],null,["# UStandardIntegrityTokenProvider Class Reference\n\nUStandardIntegrityTokenProvider\n===============================\n\n\n`#include \u003cStandardIntegrityTokenProvider.h\u003e`\n\nThe Standard Integrity Token Provider is used to request an integrity token.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: UObject\n\n| ### Public functions ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| [BeginDestroy](#class_u_standard_integrity_token_provider_1a43bf68bc3b61b9d7e847d353c467821d)`() override` | `virtual void` Part of UObject interface. |\n| [Request](#class_u_standard_integrity_token_provider_1a451627496ef3cec5c87538cdc450f068)`(const `[FStandardIntegrityTokenRequest](/reference/unreal-engine/play/core/struct/f-standard-integrity-token-request#struct_f_standard_integrity_token_request)` & Request, FStandardRequestOperationCompletedDelegate InOnStandardRequestOperationCompleted)` | `void` Returns a token for integrity-related enquiries. |\n\nPublic functions\n----------------\n\n### BeginDestroy\n\n```text\nvirtual void BeginDestroy() override\n``` \nPart of UObject interface.\n\nCalled when the object is marked for deletion by MarkPendingKill. \n\n### Request\n\n```gdscript\nvoid Request(\n const FStandardIntegrityTokenRequest & Request,\n FStandardRequestOperationCompletedDelegate InOnStandardRequestOperationCompleted\n)\n``` \nReturns a token for integrity-related enquiries.\n\nThis must be called only after [UStandardIntegrityManager::PrepareIntegrityToken](/reference/unreal-engine/play/core/class/u-standard-integrity-manager#class_u_standard_integrity_manager_1afcfc5307f53a8abfa8d773ce363f33a0) completes\n\nRefer to \u003chttps://developer.android.com/google/play/integrity/standard#request-integrity\u003e for more details.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `Request` | The [FStandardIntegrityTokenRequest](/reference/unreal-engine/play/core/struct/f-standard-integrity-token-request#struct_f_standard_integrity_token_request) object. | | `InOnStandardRequestOperationCompleted` | The delegate to call when the operation is completed. | |"]]