You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
|`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. |
|`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. |
|`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. |
0 commit comments