Skip to content

Commit 4103848

Browse files
fix review comments
1 parent 438e7d9 commit 4103848

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Please checkout the [SessionData](#response) for more details.
4343

4444
<TabItem value="table">
4545

46-
| Parameter | Description |
47-
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
48-
| `verifier` | The `verifier` parameter takes the name of the custom verifier from the Web3Auth Dashboard. This is a required field that must be a `String`. If you're using an aggregate verifier, make sure to pass the sub-verifier name. |
49-
| `verifierId` | The `verifierID` takes the JWT verifier ID to be used for JWT/ID token verification. It can be an email, sub, or custom value available in the JWT token. |
50-
| `idToken` | The `idToken` accepts a JWT token obtained from the user's login provider. |
51-
| `subVerifierInfoArray?` | Sub verifier info. Usually used during the aggregate verifier. It takes `Array<TorusSubVerifierInfo>` as a value. |
46+
| Parameter | Description |
47+
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
48+
| `verifier` | The `verifier` parameter takes the name of the custom verifier from the Web3Auth Dashboard. This is a required field that must be a `String`. If you're using an aggregate verifier, make sure to pass the aggregate verifier name. |
49+
| `verifierId` | The `verifierID` takes the JWT verifier ID to be used for JWT/ID token verification. It can be an email, sub, or custom value available in the JWT token. |
50+
| `idToken` | The `idToken` accepts a JWT token obtained from the user's login provider. |
51+
| `subVerifierInfoArray?` | Sub verifier info. Usually used during the aggregate verifier. It takes `Array<TorusSubVerifierInfo>` as a value. |
5252

5353
</TabItem>
5454

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ The method accepts `LoginParams`, and returns `SessionData`.
4444

4545
<TabItem value="table">
4646

47-
| Parameter | Description |
48-
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
49-
| `verifier` | The `verifier` parameter takes the name of the custom verifier from the Web3Auth Dashboard. This is a required field that must be a `String`. If you're using an aggregate verifier, make sure to pass the sub-verifier name. |
50-
| `verifierId` | The `verifierID` takes the JWT verifier ID to be used for JWT/ID token verification. It can be an email, sub, or custom value available in the JWT token. |
51-
| `idToken` | The `idToken` accepts a JWT token obtained from the user's login provider. |
52-
| `subVerifierInfoArray?` | Sub verifier info. Usually used during aggregate verifier. It takes `[TorusSubVerifierInfo]` as a value. |
53-
| `serverTimeOffset?` | Specifies the server time offset in seconds. |
47+
| Parameter | Description |
48+
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
49+
| `verifier` | The `verifier` parameter takes the name of the custom verifier from the Web3Auth Dashboard. This is a required field that must be a `String`. If you're using an aggregate verifier, make sure to pass the aggregate verifier name. |
50+
| `verifierId` | The `verifierID` takes the JWT verifier ID to be used for JWT/ID token verification. It can be an email, sub, or custom value available in the JWT token. |
51+
| `idToken` | The `idToken` accepts a JWT token obtained from the user's login provider. |
52+
| `subVerifierInfoArray?` | Sub verifier info. Usually used during aggregate verifier. It takes `[TorusSubVerifierInfo]` as a value. |
53+
| `serverTimeOffset?` | Specifies the server time offset in seconds. |
5454

5555
</TabItem>
5656

0 commit comments

Comments
 (0)