Skip to content

Commit ac06632

Browse files
fix table for web3authoptions
1 parent 61e4fbf commit ac06632

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/common/sdk/pnp/web/_web3auth-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ import Tabs from "@theme/Tabs";
1212
<TabItem value="table">
1313

1414
| Parameter | Description |
15-
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
15+
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1616
| `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` |
1717
| `web3AuthNetwork` | Defines the Web3Auth network. It's a mandatory field of type `OPENLOGIN_NETWORK_TYPE`. |
1818
| `useCoreKitKey?` | Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
1919
| `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 |
2020
| `authMode?` | Web3Auth instance provides different adapters for different type of usages. If you are a dApp and want to use external wallets like metamask, then you can use the `DAPP` authMode. If you are a wallet and only want to use you own wallet implementations, then you should use `WALLET` authMode. |
21-
| `uiConfig?` | WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `Omit<UIConfig, "adapterListener">` as a value. | |
21+
| `uiConfig?` | WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `Omit<UIConfig, "adapterListener">` as a value. |
2222
| `storageKey?` | Setting to "local" will persist social login session across browser tabs. |
2323
| `privateKeyProvider` | Private key provider for your chain namespace. It takes `IBaseProvider` as a value. |
2424

src/common/sdk/pnp/web/_web3authcore-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ import Tabs from "@theme/Tabs";
1212
<TabItem value="table">
1313

1414
| Parameter | Description |
15-
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
15+
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1616
| `chainConfig` | Custom configuration for your preferred blockchain. Read more about it [here](#chainconfig). |
1717
| `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` |
1818
| `web3AuthNetwork?` | Defines the Web3Auth network. It accepts `OPENLOGIN_NETWORK_TYPE`. |
1919
| `useCoreKitKey?` | Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
2020
| `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. |
21-
| `uiConfig?` | WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `WhiteLabelData` as a value. | |
21+
| `uiConfig?` | WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `WhiteLabelData` as a value. |
2222
| `storageKey?` | Setting to "local" will persist social login session across browser tabs. |
2323
| `privateKeyProvider?` | Private key provider for your chain namespace. It takes `IBaseProvider` as a value. |
2424
| `enableLogging` | Setting to true will enable logs. Default value is `false`. |

0 commit comments

Comments
 (0)