Skip to content

Commit ae4c3ab

Browse files
committed
Add params for web3auth options
1 parent 74d2700 commit ae4c3ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

embedded-wallets/sdk/android/advanced/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The Web3Auth Constructor takes an object with `Web3AuthOptions` as input.
5656
| `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 30 days |
5757
| `useSFAKey?` | Use SFA Key to get single factor auth key. It's an optional field with default value as `false`. Useful for Wallet Pregeneration and SFA mode. |
5858
| `chains?` | Custom chain configuration for blockchain networks. It takes `Chains` as a value. |
59+
| `defaultChainId?` | Default chain ID to use. It's an optional field with default value as `null`. The first chain in the list will be used if not provided. |
60+
| `enableLogging?` | Setting to true will enable logs. It's an optional field with default value as `false`. |
5961

6062
</TabItem>
6163

0 commit comments

Comments
 (0)