Google. Play. Integrity. IntegrityTokenResponse
Response for IntegrityManager.RequestIntegrityToken.
Summary
Properties |
|
---|---|
Token
|
string
A token which contains the Base64 encoded response for the integrity related enquiries.
|
Public functions |
|
---|---|
ShowDialog(int typeCode)
|
PlayAsyncOperation< IntegrityDialogResponseCode, IntegrityErrorCode >
Displays a dialog to the user.
|
Properties
Token
string Token
A token which contains the Base64 encoded response for the integrity related enquiries.
The response consists of a JSON payload that is signed and encrypted as a nested JSON Web Token (JWT).
Public functions
ShowDialog
PlayAsyncOperation< IntegrityDialogResponseCode, IntegrityErrorCode > ShowDialog( int typeCode )
Displays a dialog to the user.
This method can only be called once per Integrity API response.
Details | |||
---|---|---|---|
Parameters |
|
Details | |
---|---|
Returns |
A PlayAsyncOperation{TResult,TError} that returns IntegrityDialogResponseCode on successful callback or IntegrityErrorCode on failure callback.
|