Archived Content from Web3Auth Community
This topic was originally posted by anwar.hussain on 6/8/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
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),
));
