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: packages/client/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
@@ -182,7 +182,7 @@ as well as the verification material necessary to verify the signature.
182
182
183
183
### verify(bundle[, payload][, options])
184
184
185
-
Verifies the signature in the supplied bundle.
185
+
Verifies the signature in the supplied bundle. Returns a `Signer` object containing the public key and identity information from the verification.
186
186
187
187
-`bundle``<Bundle>`: The Sigstore bundle containing the signature to be verified and the verification material necessary to verify the signature.
188
188
-`payload``<Buffer>`: The bytes of the artifact over which the signature was created. Only necessary when the `sign` function was used to generate the signature since the Bundle does not contain any information about the artifact which was signed. Not required when the `attest` function was used to generate the Bundle.
0 commit comments