File tree 4 files changed +28
-0
lines changed
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:
26
26
27
27
## Login User
28
28
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
+
29
36
To obtain a user's private key, and relevant session data using the Web3Auth SFA Android SDK, you
30
37
can call the ` connect ` method. The method accepts ` LoginParams ` , and returns ` SessionData ` .
31
38
Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ The SingleFactorAuth instance natively provides the following methods:
27
27
28
28
## Login User
29
29
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
+
30
37
To obtain a user's private key using the Web3Auth SFA Flutter SDK, you can call the ` connect `
31
38
method. The method accepts ` LoginParams ` , and returns ` SFAKey ` .
32
39
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ The SingleFactorAuth instance natively provides the following methods:
28
28
29
29
## Login User
30
30
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
+
31
38
To obtain a user's private key using the Web3Auth SFA iOS SDK, you can call the ` connect ` method.
32
39
The method accepts ` LoginParams ` , and returns ` SessionData ` .
33
40
[ Please checkout the SessionData response for more details] ( #response ) .
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ functions:
31
31
32
32
## Logging in your User
33
33
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
+
34
41
` connect(loginParams: LoginParams) `
35
42
36
43
To 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