LfA2aV1ClientCredentialsOAuthFlow constructor

LfA2aV1ClientCredentialsOAuthFlow({
  1. String? refreshUrl,
  2. Map<String, String>? scopes,
  3. String? tokenUrl,
})

Implementation

LfA2aV1ClientCredentialsOAuthFlow({
  this.refreshUrl,
  this.scopes,
  this.tokenUrl,
});