id = $id; $this->label = $label; $this->clientId = $clientId; $this->deploymentId = $deploymentId; $this->audience = $audience; $this->ouath2AccessTokenUrl = $ouath2AccessTokenUrl; $this->oidcAuthenticationUrl = $oidcAuthenticationUrl; $this->jwksUrl = $jwksUrl; } public function getId(): string { return $this->id; } public function getLabel(): string { return $this->label; } public function getClientId(): string { return $this->clientId; } public function getDeploymentId(): string { return $this->deploymentId; } public function getAudience(): string { return $this->audience; } public function getOuath2AccessTokenUrl(): string { return $this->ouath2AccessTokenUrl; } public function getOidcAuthenticationUrl(): string { return $this->oidcAuthenticationUrl; } public function getJwksUrl(): string { return $this->jwksUrl; } }