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
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:103](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L103)
730
+
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:111](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L111)
719
731
720
732
Handles a wallet verification challenge by generating an appropriate response
721
733
@@ -733,7 +745,7 @@ Handles a wallet verification challenge by generating an appropriate response
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:14](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L14)
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:64](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L64)
833
+
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:70](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L70)
810
834
811
835
Options for handling a wallet verification challenge
812
836
@@ -820,12 +844,13 @@ Options for handling a wallet verification challenge
820
844
821
845
| Property | Type | Description | Defined in |
822
846
| ------ | ------ | ------ | ------ |
823
-
| <aid="code"></a> `code`|`string`\|`number`| The verification code provided by the user |[sdk/portal/src/utils/wallet-verification-challenge.ts:74](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L74)|
824
-
| <aid="portalclient"></a> `portalClient`|`GraphQLClient`| The portal client instance |[sdk/portal/src/utils/wallet-verification-challenge.ts:66](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L66)|
825
-
| <aid="portalgraphql"></a> `portalGraphql`|`initGraphQLTada`\<`Setup`\>| The GraphQL query builder |[sdk/portal/src/utils/wallet-verification-challenge.ts:68](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L68)|
826
-
| <aid="userwalletaddress"></a> `userWalletAddress`|`` `0x${string}` ``| The wallet address to verify |[sdk/portal/src/utils/wallet-verification-challenge.ts:72](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L72)|
827
-
| <aid="verificationid"></a> `verificationId`|`string`| The ID of the verification challenge |[sdk/portal/src/utils/wallet-verification-challenge.ts:70](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L70)|
828
-
| <aid="verificationtype"></a> `verificationType`|`"otp"`\|`"secret-code"`\|`"pincode"`| The type of verification being performed |[sdk/portal/src/utils/wallet-verification-challenge.ts:76](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L76)|
847
+
| <aid="code"></a> `code`|`string`\|`number`| The verification code provided by the user |[sdk/portal/src/utils/wallet-verification-challenge.ts:80](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L80)|
848
+
| <aid="portalclient"></a> `portalClient`|`GraphQLClient`| The portal client instance |[sdk/portal/src/utils/wallet-verification-challenge.ts:72](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L72)|
849
+
| <aid="portalgraphql"></a> `portalGraphql`|`initGraphQLTada`\<`Setup`\>| The GraphQL query builder |[sdk/portal/src/utils/wallet-verification-challenge.ts:74](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L74)|
850
+
| <aid="requestid"></a> `requestId?`|`string`| Request id which can be added for tracing purposes |[sdk/portal/src/utils/wallet-verification-challenge.ts:84](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L84)|
851
+
| <aid="userwalletaddress"></a> `userWalletAddress`|`` `0x${string}` ``| The wallet address to verify |[sdk/portal/src/utils/wallet-verification-challenge.ts:78](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L78)|
852
+
| <aid="verificationid"></a> `verificationId`|`string`| The ID of the verification challenge |[sdk/portal/src/utils/wallet-verification-challenge.ts:76](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L76)|
853
+
| <aid="verificationtype"></a> `verificationType`|[`WalletVerificationType`](#walletverificationtype)| The type of verification being performed |[sdk/portal/src/utils/wallet-verification-challenge.ts:82](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L82)|
829
854
830
855
***
831
856
@@ -950,6 +975,16 @@ Defined in: [sdk/portal/src/portal.ts:11](https://github.com/settlemint/sdk/blob
950
975
951
976
Configuration options for the GraphQL client, excluding 'url' and 'exchanges'.
Defined in: [sdk/portal/src/utils/wallet-verification-challenge.ts:9](https://github.com/settlemint/sdk/blob/v2.5.14/sdk/portal/src/utils/wallet-verification-challenge.ts#L9)
985
+
986
+
Type representing the different types of wallet verification methods
0 commit comments