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