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
|`web3AuthClientId`| Your Web3Auth Client Id from [Web3Auth Dashboard](https://dashboard.web3auth.io/). |
21
-
|`network`| The Web3auth network to be used by the SDK. Supported values are `.sapphire(.SAPPHIRE_MAINNET)`, `.sapphire(.SAPPHIRE_DEVNET)`, `.legacy(.MAINNET)`, `.legacy(.TESTNET)`, `.legacy(.CYAN)`, and `.legacy(.AQUA)`|
22
-
|`sessionTime`| Specifies the session duration in seconds. By default, the value is set to 86400 seconds (1 day), with a maximum session duration of up to 7 days. |
|`clientId`| Your Web3Auth Client Id from [Web3Auth Dashboard](https://dashboard.web3auth.io/). |
21
+
|`web3AuthNetwork`| The Web3auth network to be used by the SDK. Supported values are `.SAPPHIRE_MAINNET`, `.SAPPHIRE_DEVNET`, `.MAINNET`, `.TESTNET`, `.CYAN`, and `.AQUA`|
22
+
|`sessionTime`| Specifies the session duration in seconds. By default, the value is set to 86400 seconds (1 day), with a maximum session duration of up to 7 days. |
23
+
|`serverTimeOffset`| Specifies the server time offset in seconds. This parameter is used to adjust the server time to the local time. The default value is 0 seconds. |
24
+
|`storageServerUrl?`| Specifies the storage server URL. The default value is `https://session.web3auth.io`. |
0 commit comments