V1
class V1 extends Resource (View source)
The "v1" collection of methods.
Typical usage is:
$playintegrityService = new Google\Service\PlayIntegrity(...);
$v1 = $playintegrityService->v1;
Methods
decodeIntegrityToken(string $packageName, DecodeIntegrityTokenRequest $postBody, array $optParams = [])
Decodes the integrity token and returns the token payload.
Details
DecodeIntegrityTokenResponse
decodeIntegrityToken(string $packageName, DecodeIntegrityTokenRequest $postBody, array $optParams = [])
Decodes the integrity token and returns the token payload.
(v1.decodeIntegrityToken)