We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8798082 commit 972713bCopy full SHA for 972713b
1 file changed
packages/server/src/authentication/verifyAuthenticationResponse.ts
@@ -24,7 +24,7 @@ export type VerifyAuthenticationResponseOpts = Parameters<typeof verifyAuthentic
24
*
25
* **Options:**
26
27
- * @param response - Response returned by **@simplewebauthn/browser**'s `startAssertion()`
+ * @param response - Response returned by **@simplewebauthn/browser**'s `startAuthentication()`
28
* @param expectedChallenge - The base64url-encoded `options.challenge` returned by `generateAuthenticationOptions()`
29
* @param expectedOrigin - Website URL (or array of URLs) that the registration should have occurred on
30
* @param expectedRPID - RP ID (or array of IDs) that was specified in the registration options
0 commit comments