description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * Well-known URL to discover the [[OpenID-Connect-Discovery]] provider * metadata. * * @param string $openIdConnectUrl */ public function setOpenIdConnectUrl($openIdConnectUrl) { $this->openIdConnectUrl = $openIdConnectUrl; } /** * @return string */ public function getOpenIdConnectUrl() { return $this->openIdConnectUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OpenIdConnectSecurityScheme::class, 'Google_Service_WorkspaceEvents_OpenIdConnectSecurityScheme');