LoginParams constructor

LoginParams({
  1. required Provider loginProvider,
  2. String? dappShare,
  3. Curve? curve = Curve.secp256k1,
  4. ExtraLoginOptions? extraLoginOptions,
  5. Uri? redirectUrl,
  6. String? appState,
  7. MFALevel? mfaLevel,
  8. String? dappUrl,
})

Implementation

LoginParams(
    {required this.loginProvider,
    this.dappShare,
    this.curve = Curve.secp256k1,
    this.extraLoginOptions,
    this.redirectUrl,
    this.appState,
    this.mfaLevel,
    this.dappUrl});