LfA2aV1AuthorizationCodeOAuthFlow constructor

LfA2aV1AuthorizationCodeOAuthFlow({
  1. String? authorizationUrl,
  2. bool? pkceRequired,
  3. String? refreshUrl,
  4. Map<String, String>? scopes,
  5. String? tokenUrl,
})

Implementation

LfA2aV1AuthorizationCodeOAuthFlow({
  this.authorizationUrl,
  this.pkceRequired,
  this.refreshUrl,
  this.scopes,
  this.tokenUrl,
});