token = $token; } /** * @return string */ public function getToken() { return $this->token; } /** * @param string */ public function setTokenTypeHint($tokenTypeHint) { $this->tokenTypeHint = $tokenTypeHint; } /** * @return string */ public function getTokenTypeHint() { return $this->tokenTypeHint; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityStsV1IntrospectTokenRequest::class, 'Google_Service_CloudSecurityToken_GoogleIdentityStsV1IntrospectTokenRequest');