Skip to content

Commit

Permalink
fix Web3AuthOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hqjang-pepper committed Nov 15, 2023
1 parent 2a7d4df commit 3fbf520
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sdk/pnp/android/initialize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ The Web3Auth Constructor takes an object with `Web3AuthOptions` as input.
| -------------- | ------------------------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| context | android.content.Context | Yes | Android context to launch Web-based authentication, usually is the current activity |
| clientId | String | Yes | Your Web3Auth Project ID |
| network | Network | Yes | Network to run Web3Auth, either MAINNET, TESTNET, AQUA or CYAN |
| network | Network | Yes | Network to run Web3Auth, either `MAINNET`, `TESTNET`, `AQUA`, `CYAN`, `SAPPHIRE_MAINNET` or `SAPPHIRE_TESTNET` |
| buildEnv | BuildEnv | No | Option for auth service, `BuildEnv.PRODUCTION`, `BuildEnv.STAGING`, `BuildEnv.TESTING` available |
| redirectUrl | android.net.Uri | No | URL that Web3Auth will redirect API responses, default is `null` |
| whiteLabel | WhiteLabelData | No | A configuration optional object to customize UI, branding, and translations for your brand. Refer [WhiteLabel](/pnp/features/whitelabel) section for more info. |
| loginConfig | LoginConfigItem | No | A configuration optional object to use custom authentication. Refer [Custom Authentication](/pnp/features/custom-authentication) for more info. |
| useCoreKitKey | Boolean | No | Use Core Kit Key true to the Core Kit keys. |
| chainNamespace | enum com.web3auth.core.Web3Auth.ChainNamespace ["EIP155", "SOLANA"] | No | A configuration optional object to use chain namespace. |
| `mfaSettings` | MfaSettings | No | MFA Settings |
| `sessionTime` | `Int | No | Session Time in seconds, default is `86400` seconds |
| mfaSettings | MfaSettings | No | MFA Settings |
| sessionTime | Int | No | Session Time in seconds, default is `86400` seconds |

</TabItem>

Expand Down

0 comments on commit 3fbf520

Please sign in to comment.