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
+28-6
Original file line number
Diff line number
Diff line change
@@ -77,24 +77,46 @@ try {
77
77
78
78
Verify the request payload using the provided signature and key ID. The method will request the public key from GitHub's API for the given keyId and then verify the payload.
79
79
80
-
The `options` argument is optional. It can contain a `token` to authenticate the request to GitHub's API, or a custom `request` instance to use for the request.
80
+
The [`requestOptions`] argument is optional. It can contain:
81
+
82
+
- a `token` to authenticate the request to GitHub's API
83
+
- a custom `request` instance to use for the request
0 commit comments