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
|`context`| Android context to launch Web-based authentication, usually is the current activity. It's a mandatory field, and accepts `android.content.Context` as a value. |
45
-
|`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`|
46
-
|`network`| Defines the Web3Auth network. It's a mandatory field of type Network. |
47
-
|`redirectUrl`| URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `Uri`. |
48
-
|`whiteLabel?`| WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `WhiteLabelData` as a value. |
49
-
|`loginConfig?`| Login config for the custom verifiers. It takes `HashMap<String, LoginConfigItem>` as a value. |
50
-
|`useCoreKitKey?`| Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
51
-
|`chainNamespace?`| Chain Namespace [`EIP155` and `SOLANA`]. It takes `ChainNamespace` as a value. |
52
-
|`mfaSettings?`| Allows developers to configure the Mfa settings for authentication. It takes `MfaSettings` as a value. |
53
-
|`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 |
|`context`| Android context to launch Web-based authentication, usually is the current activity. It's a mandatory field, and accepts `android.content.Context` as a value. |
45
+
|`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`|
46
+
|`network`| Defines the Web3Auth network. It's a mandatory field of type Network. |
47
+
|`redirectUrl`| URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `Uri`. |
48
+
|`whiteLabel?`| WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `WhiteLabelData` as a value. |
49
+
|`loginConfig?`| Login config for the custom verifiers. It takes `HashMap<String, LoginConfigItem>` as a value. |
50
+
|`useCoreKitKey?`| Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
51
+
|`chainNamespace?`| Chain Namespace [`EIP155` and `SOLANA`]. It takes `ChainNamespace` as a value. |
52
+
|`mfaSettings?`| Allows developers to configure the Mfa settings for authentication. It takes `MfaSettings` as a value. |
53
+
|`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 |
Copy file name to clipboardExpand all lines: docs/sdk/pnp/flutter/initialize.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ instance.
48
48
|`useCoreKitKey?`| Use CoreKit Key to get core kit key. It's an optional field with default value as `false`. |
49
49
|`chainNamespace?`| Chain Namespace [`eip155` and `solana`]. It takes [ChainNamespace](https://pub.dev/documentation/web3auth_flutter/latest/enums/ChainNamespace.html) as a value. |
50
50
|`mfaSettings?`| Allows developers to configure the Mfa settings for authentication. It takes [MfaSettings](https://pub.dev/documentation/web3auth_flutter/latest/input/MfaSettings-class.html) as a value. |
51
-
|`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|
51
+
|`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 |
0 commit comments