decodeIntegrityToken
public PlayIntegrity.V1.DecodeIntegrityToken decodeIntegrityToken(String packageName,
DecodeIntegrityTokenRequest content)
throws IOException
Decodes the integrity token and returns the token payload.
Create a request for the method "v1.decodeIntegrityToken".
This request holds the parameters needed by the playintegrity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote
operation.
- Parameters:
packageName - Package name of the app the attached integrity token belongs to.
content - the DecodeIntegrityTokenRequest
- Returns:
- the request
- Throws:
IOException