ClientConfigI constructor

ClientConfigI({
  1. String clientId,
  2. String scope,
  3. String redirectURI,
  4. String state,
  5. String nonce,
  6. bool usePopup = false,
})

Implementation

external factory ClientConfigI({
  String clientId,
  String scope,
  String redirectURI,
  String state,
  String nonce,
  bool usePopup = false,
});