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
)

Returns a token for integrity-related enquiries.

This must be called only after UStandardIntegrityManager::PrepareIntegrityToken completes

Refer to https://developer.android.com/google/play/integrity/standard#request-integrity for more details.

Details
Parameters
Request
InOnStandardRequestOperationCompleted
The delegate to call when the operation is completed.