ProviderOAuthConfig constructor

ProviderOAuthConfig({
  1. List<String>? scopes,
  2. String? systemProviderId,
})

Implementation

ProviderOAuthConfig({this.scopes, this.systemProviderId});