Please provide the following details too when asking for help in this category:
- SDK Version: 1.1.0
- Screenshots of error:
- Related to Custom Authentication? Please provide the following info too: (Optional)
- Verifier Name:
- JWKS Endpoint:
- Sample idToken(JWT)
await Web3AuthFlutter.init(Web3AuthOptions(
clientId: “CLIENT_ID”,
network: Network.testnet,
redirectUrl: redirectUrl,
whiteLabel: WhiteLabelData(
dark: true, name: “Web3Auth Flutter App”, theme: themeMap),
));