Google.Play.Integrity.StandardIntegrityTokenProvider

Standard integrity token provider.

Summary

Response of StandardIntegrityManager.PrepareIntegrityToken call.

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.

This must be called only after StandardIntegrityManager.PrepareIntegrityToken completes.

Note that the API is in beta mode.

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