File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ The SingleFactorAuth instance natively provides the following methods:
2626
2727## Login User
2828
29+ :::tip
30+
31+ Please refer to the [ Authentication] ( ./authentication ) section for more details on the setting up
32+ your verifier and other authentication parameters.
33+
34+ :::
35+
2936To obtain a user's private key, and relevant session data using the Web3Auth SFA Android SDK, you
3037can call the ` connect ` method. The method accepts ` LoginParams ` , and returns ` SessionData ` .
3138
Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ The SingleFactorAuth instance natively provides the following methods:
2727
2828## Login User
2929
30+ :::tip
31+
32+ Please refer to the [ Authentication] ( ./authentication ) section for more details on the setting up
33+ your verifier and other authentication parameters.
34+
35+ :::
36+
3037To obtain a user's private key using the Web3Auth SFA Flutter SDK, you can call the ` connect `
3138method. The method accepts ` LoginParams ` , and returns ` SFAKey ` .
3239
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ The SingleFactorAuth instance natively provides the following methods:
2828
2929## Login User
3030
31+ :::tip
32+
33+ Please refer to the [ Authentication] ( ./authentication ) section for more details on the setting up
34+ your verifier and other authentication parameters.
35+
36+ :::
37+
3138To obtain a user's private key using the Web3Auth SFA iOS SDK, you can call the ` connect ` method.
3239The method accepts ` LoginParams ` , and returns ` SessionData ` .
3340[ Please checkout the SessionData response for more details] ( #response ) .
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ functions:
3131
3232## Logging in your User
3333
34+ :::tip
35+
36+ Please refer to the [ Authentication] ( ./authentication ) section for more details on the setting up
37+ your verifier and other authentication parameters.
38+
39+ :::
40+
3441` connect(loginParams: LoginParams) `
3542
3643To log a user in the Web3Auth SFA JS SDK, you need to call the ` connect() ` function.
You can’t perform that action at this time.
0 commit comments