LfA2aV1ImplicitOAuthFlow constructor

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

Implementation

LfA2aV1ImplicitOAuthFlow({
  this.authorizationUrl,
  this.refreshUrl,
  this.scopes,
});