You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`clientId`| Your Web3Auth Client ID. You can get it from Web3Auth [Dashboard](https://dashboard.web3auth.io/) under project details. It's a mandatory field of type `String`|
63
-
|`network`| Defines the Web3Auth network. It's a mandatory field of type Network. |
64
-
|`redirectUrl`| URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `URL`. |
65
-
|`whiteLabel?`| WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `W3AWhiteLabelData` as a value. |
66
-
|`loginConfig?`| Login config for the custom verifiers. It takes Dictonary of `[String: W3ALoginConfig]` as a value. |
67
-
|`useCoreKitKey?`| Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
68
-
|`chainNamespace?`| Chain Namespace [`eip155` and `solana`]. It takes `ChainNamespace` as a value. |
69
-
|`mfaSettings?`| Allows developers to configure the Mfa settings for authentication. It takes `MfaSettings` as a value. |
70
-
|`sessionTime?`| It allows developers to configure the session management time. Session Time is in seconds, default is 86400 seconds which is 1 day. `sessionTime` can be max 7 days |
|`clientId`| Your Web3Auth Client ID. You can get it from Web3Auth [Dashboard](https://dashboard.web3auth.io/) under project details. It's a mandatory field of type `String`|
63
+
|`network`| Defines the Web3Auth network. It's a mandatory field of type Network. Available options `sapphire_mainne`, `sapphire_devnet`, `mainnet`, `cyan`, `aqua`, and `testnet`.|
64
+
|`redirectUrl`| URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `URL`. |
65
+
|`whiteLabel?`| WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `W3AWhiteLabelData` as a value. |
66
+
|`loginConfig?`| Login config for the custom verifiers. It takes Dictonary of `[String: W3ALoginConfig]` as a value. |
67
+
|`useCoreKitKey?`| Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
68
+
|`chainNamespace?`| Chain Namespace [`eip155` and `solana`]. It takes `ChainNamespace` as a value. |
69
+
|`mfaSettings?`| Allows developers to configure the Mfa settings for authentication. It takes `MfaSettings` as a value. |
70
+
|`sessionTime?`| It allows developers to configure the session management time. Session Time is in seconds, default is 86400 seconds which is 1 day. `sessionTime` can be max 7 days |
0 commit comments