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)

Parameters

string $packageName

Package name of the app the attached integrity token belongs to.

DecodeIntegrityTokenRequest $postBody
array $optParams

Optional parameters.

Return Value

DecodeIntegrityTokenResponse

Exceptions

Exception