B2CConfiguration constructor

B2CConfiguration(
  1. String clientId,
  2. String redirectURI,
  3. List<B2CAuthority> authorities, {
  4. String? cacheLocation,
  5. String? interactionMode,
  6. String? accountMode,
  7. bool? brokerRedirectUriRegistered,
  8. List<String>? defaultScopes,
})

Default contructor. (Do not use!)

Implementation

B2CConfiguration(this.clientId, this.redirectURI, this.authorities,
    {this.cacheLocation,
    this.interactionMode,
    this.accountMode,
    this.brokerRedirectUriRegistered,
    this.defaultScopes});