File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ dive deeper into implementation guides and best practices.
141141- ** [ Multi-Factor Authentication (MFA)] ( ./advanced/multi-factor-authentication ) **
142142
143143 - ` mfaSettings ` : Set up and manage MFA for different authentication flows.
144+ - ` mfaLevel ` : Set when the user is asked to setup the MFA.
144145
145146- ** [ Wallet Services] ( ./advanced/wallet-services ) **
146147
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ dive deeper into implementation guides and best practices.
164164- ** [ Multi-Factor Authentication (MFA)] ( ./advanced/mfa ) **
165165
166166 - ` mfaSettings ` : Set up and manage MFA for different authentication flows.
167+ - ` mfaLevel ` : Set when the user is asked to setup the MFA.
167168
168169- ** [ Wallet Services] ( ./advanced/wallet-services ) **
169170
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ dive deeper into implementation guides and best practices.
165165- ** [ Multi-Factor Authentication (MFA)] ( ./advanced/multi-factor-authentication ) **
166166
167167 - ` mfaSettings ` : Set up and manage MFA for different authentication flows.
168+ - ` mfaLevel ` : Set when the user is asked to setup the MFA.
168169
169170- ** [ Wallet Services] ( ./advanced/wallet-services ) **
170171
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ import Tabs from "@theme/Tabs";
3737| ` walletServicesConfig? ` | [ Fetched automatically from Dashboard] Configure any parameter related to Wallet Services Plugin |
3838| ` ssr? ` | Whether to enable SSR mode. |
3939| ` mfaSettings? ` | MFA settings for the auth connector. |
40+ | ` mfaLevel? ` | MFA level for the auth connector. |
4041| ` privateKeyProvider? ` | Private key provider for your chain namespace. |
4142
4243</TabItem >
@@ -148,6 +149,10 @@ export interface IWeb3AuthCoreOptions {
148149 * MFA settings for the auth connector
149150 */
150151 mfaSettings? : MfaSettings ;
152+ /**
153+ * MFA level for the auth connector
154+ */
155+ mfaLevel? : MfaLevelType ;
151156}
152157```
153158
You can’t perform that action at this time.
0 commit comments