Web3AuthOptions constructor
Web3AuthOptions({
- required String clientId,
- required Network network,
- Uri? redirectUrl,
- WhiteLabelData? whiteLabel,
- HashMap<
String, LoginConfigItem> ? loginConfig,
Implementation
Web3AuthOptions({
required this.clientId,
required this.network,
this.redirectUrl,
this.whiteLabel,
this.loginConfig,
});