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
Copy file name to clipboardExpand all lines: embedded-wallets/sdk/android/advanced/README.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ The Web3Auth Constructor takes an object with `Web3AuthOptions` as input.
56
56
|`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 |
57
57
|`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. |
58
58
|`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`. |
0 commit comments