tokenPayloadExternal = $tokenPayloadExternal; } /** * @return TokenPayloadExternal */ public function getTokenPayloadExternal() { return $this->tokenPayloadExternal; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DecodeIntegrityTokenResponse::class, 'Google_Service_PlayIntegrity_DecodeIntegrityTokenResponse');