File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -165,18 +165,18 @@ const jwtLoginParams: JWTLoginParams = {
165165await coreKitInstance .loginWithJWT (jwtLoginParams );
166166```
167167
168- ## Importing an existing Single Factor Auth(SFA) account .
168+ ## Importing an existing Single Factor Auth(SFA) Key .
169169
170- When logging in for the first time, you can import an existing SFA account using the
170+ When logging in for the first time, you can import an existing SFA key using the
171171` registerExistingSFAKey ` parameter. By default, the value of this parameter is ` false ` .
172172
173173Additionally, this parameter allows you to leverage the
174174[ wallet pregeneration API] ( /docs/features/wallet-pregeneration ) to pre-generate a wallet address.
175- This approach enhances the user experience by enabling the creation of an EVM wallet without
176- requiring end users to initiate or complete an authentication flow.
175+ This approach enhances the user experience by enabling the creation of a wallet without requiring
176+ end users to initiate or complete an authentication flow.
177177
178- To use this feature, you need to make sure that you are using the same ` verifier ` for both the SFA/
179- Wallet Pregeneration API and MPC Core Kit SDK.
178+ To use this feature, you need to make sure that you are using the same ` verifier ` for both the SFA
179+ SDK/ Wallet Pregeneration API and MPC Core Kit SDK.
180180
181181:::info
182182
Original file line number Diff line number Diff line change @@ -218,18 +218,18 @@ const verifierConfig: SubVerifierDetailsParams = {
218218await coreKitInstance .loginWithOAuth (verifierConfig );
219219```
220220
221- ## Importing an existing Single Factor Auth(SFA) account .
221+ ## Importing an existing Single Factor Auth(SFA) Key .
222222
223- When logging in for the first time, you can import an existing SFA account using the
223+ When logging in for the first time, you can import an existing SFA key using the
224224` registerExistingSFAKey ` parameter. By default, the value of this parameter is ` false ` .
225225
226226Additionally, this parameter allows you to leverage the
227227[ wallet pregeneration API] ( /docs/features/wallet-pregeneration ) to pre-generate a wallet address.
228- This approach enhances the user experience by enabling the creation of an EVM wallet without
229- requiring end users to initiate or complete an authentication flow.
228+ This approach enhances the user experience by enabling the creation of a wallet without requiring
229+ end users to initiate or complete an authentication flow.
230230
231- To use this feature, you need to make sure that you are using the same ` verifier ` for both the SFA/
232- Wallet Pregeneration API and MPC Core Kit SDK.
231+ To use this feature, you need to make sure that you are using the same ` verifier ` for both the SFA
232+ SDK/ Wallet Pregeneration API and MPC Core Kit SDK.
233233
234234:::info
235235
You can’t perform that action at this time.
0 commit comments