LoginParams constructor
LoginParams({
- required AuthConnection authConnection,
- String? authConnectionId,
- String? groupedAuthConnectionId,
- String? appState,
- MFALevel? mfaLevel,
- ExtraLoginOptions? extraLoginOptions,
- Curve? curve = Curve.secp256k1,
- String? dappUrl,
- String? loginHint,
- String? idToken,
Implementation
LoginParams({
required this.authConnection,
this.authConnectionId,
this.groupedAuthConnectionId,
this.appState,
this.mfaLevel,
this.extraLoginOptions,
this.dappShare,
this.curve = Curve.secp256k1,
this.dappUrl,
this.loginHint,
this.idToken,
});