IdentityServiceOidcConfig constructor
IdentityServiceOidcConfig({
- String? certificateAuthorityData,
- String? clientId,
- String? clientSecret,
- bool? deployCloudConsoleProxy,
- bool? enableAccessToken,
- String? encryptedClientSecret,
- String? extraParams,
- String? groupPrefix,
- String? groupsClaim,
- String? issuerUri,
- String? kubectlRedirectUri,
- String? scopes,
- String? userClaim,
- String? userPrefix,
Implementation
IdentityServiceOidcConfig({
this.certificateAuthorityData,
this.clientId,
this.clientSecret,
this.deployCloudConsoleProxy,
this.enableAccessToken,
this.encryptedClientSecret,
this.extraParams,
this.groupPrefix,
this.groupsClaim,
this.issuerUri,
this.kubectlRedirectUri,
this.scopes,
this.userClaim,
this.userPrefix,
});