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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Let's break down what's happening in this code:
138
138
139
139
- Generate a request URL using `getRequestUrl()`. This URL is used to create the QR code.
140
140
- Get the status URL using `getStatusUrl()`. This URL can be used to check the status of the claim process.
141
-
- Start a session with `startSession()`, which sets up callbacks for successful and failed verifications.
141
+
- Start a session with `startSession()`, which sets up callbacks for successful and failed verifications, and allows you to pass an optional `verificationConfig` to customize proof verification.
142
142
143
143
3. We display a QR code using the request URL. When a user scans this code, it starts the verification process.
0 commit comments