OAuthConfig constructor

OAuthConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. bool? sharedOauthClientEnabled,
})

Implementation

OAuthConfig({
  this.clientId,
  this.clientSecret,
  this.sharedOauthClientEnabled,
});