OAuthClientConfig constructor

OAuthClientConfig({
  1. String? clientId,
  2. String? clientSecret,
  3. String? authorizationEndpoint,
  4. String? tokenEndpoint,
  5. bool? noPkce,
  6. List<String>? scopes,
})

Implementation

OAuthClientConfig({this.clientId, this.clientSecret, this.authorizationEndpoint, this.tokenEndpoint, this.noPkce, this.scopes});