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 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 30 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`. |
|`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 30 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`. |
25
+
|`whiteLabel?`| You can pass the white labeling options for Web3Auth. It helps you define your brand app's custom UI, and branding for the Wallet Services and request signature feature. The recommended way to configure the `whiteLabel` is through the Web3Auth Dashboard. [Learn how to configure the `whiteLabel` via Web3Auth Dashboard](/docs/features/whitelabel#new-whitelabeling-via-the-dashboard). |
26
+
|`redirectUrl?`| URL that Web3Auth will redirect API responses upon successful `request` method call. Please note, that it's mandatory to configure the `redirectUrl` if you are using the `request` method. Redirect Url shoudl be your bundle identifier. |
|`chainConfig`| Defines the chain to be used for signature. |
283
+
|`method`| JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
284
+
|`requestParams`| Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) to know more. |
0 commit comments