tokenValue = $tokenValue; } /** * @return string */ public function getTokenValue() { return $this->tokenValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PlayGroupingApiToken::class, 'Google_Service_Games_PlayGroupingApiToken');