clientKey = $clientKey; } /** * @return Secret */ public function getClientKey() { return $this->clientKey; } /** * @param JwtClaims */ public function setJwtClaims(JwtClaims $jwtClaims) { $this->jwtClaims = $jwtClaims; } /** * @return JwtClaims */ public function getJwtClaims() { return $this->jwtClaims; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Oauth2JwtBearer::class, 'Google_Service_Connectors_Oauth2JwtBearer');