SecuritySchemeFlow constructor

const SecuritySchemeFlow({
  1. String? authorizationUrl,
  2. String? tokenUrl,
  3. String? refreshUrl,
  4. Map<String, String>? scopes,
})

Implementation

const SecuritySchemeFlow({
  this.authorizationUrl,
  this.tokenUrl,
  this.refreshUrl,
  this.scopes,
});