CustomOAuthConfig constructor
CustomOAuthConfig({})
Implementation
CustomOAuthConfig({
this.authUri,
this.clientId,
this.clientSecret,
this.hostUri,
this.pkceDisabled,
this.scmProvider,
this.scopes,
this.serverVersion,
this.serviceDirectoryConfig,
this.sslCaCertificate,
this.tokenUri,
});