WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3dc7bbd

Browse files
authored
Update parameter description for authentication response
1 parent 0249061 commit 3dc7bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/authentication/verifyAuthenticationResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type VerifyAuthenticationResponseOpts = Parameters<typeof verifyAuthentic
2424
*
2525
* **Options:**
2626
*
27-
* @param response - Response returned by **@simplewebauthn/browser**'s `startAssertion()`
27+
* @param response - Response returned by **@simplewebauthn/browser**'s `startAuthentication()`
2828
* @param expectedChallenge - The base64url-encoded `options.challenge` returned by `generateAuthenticationOptions()`
2929
* @param expectedOrigin - Website URL (or array of URLs) that the registration should have occurred on
3030
* @param expectedRPID - RP ID (or array of IDs) that was specified in the registration options

0 commit comments

Comments
 (0)