Skip to content

Commit ea68b76

Browse files
committed
Add reference for authentication section
1 parent 014df70 commit ea68b76

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

docs/sdk/sfa/sfa-android/usage.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2936
To obtain a user's private key, and relevant session data using the Web3Auth SFA Android SDK, you
3037
can call the `connect` method. The method accepts `LoginParams`, and returns `SessionData`.
3138

docs/sdk/sfa/sfa-flutter/usage.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3037
To obtain a user's private key using the Web3Auth SFA Flutter SDK, you can call the `connect`
3138
method. The method accepts `LoginParams`, and returns `SFAKey`.
3239

docs/sdk/sfa/sfa-ios/usage.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3138
To obtain a user's private key using the Web3Auth SFA iOS SDK, you can call the `connect` method.
3239
The method accepts `LoginParams`, and returns `SessionData`.
3340
[Please checkout the SessionData response for more details](#response).

docs/sdk/sfa/sfa-js/usage.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3643
To log a user in the Web3Auth SFA JS SDK, you need to call the `connect()` function.

0 commit comments

Comments
 (0)