Google.Play.Integrity.StandardIntegrityTokenProvider

Standard integrity token provider.

Summary

Response of StandardIntegrityManager.PrepareIntegrityToken call.

DEPRECATED: Please use StandardIntegrityManagerV2.StandardIntegrityTokenProvider instead.

Public functions

Request(StandardIntegrityTokenRequest request)
Returns a token for integrity-related enquiries.

Public functions

Request

PlayAsyncOperation<StandardIntegrityToken ,StandardIntegrityErrorCode >Request(
StandardIntegrityTokenRequest request
)

Returns a token for integrity-related enquiries.

Details
Parameters
request
The object to request the integrity token with.
Returns
A PlayAsyncOperation{StandardIntegrityToken, StandardIntegrityErrorCode} that returns StandardIntegrityToken on successful callback or StandardIntegrityErrorCode on failure callback.

DEPRECATED: Please use StandardIntegrityManagerV2.StandardIntegrityTokenProvider.Request(StandardIntegrityTokenRequest) instead.

This must be called only after StandardIntegrityManager.PrepareIntegrityToken completes.

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 2026年05月28日 UTC.