summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-06-07 15:21:28 -0700
committerMatthew Miller <matthew@millerti.me>2020-06-07 15:21:28 -0700
commit00bfda440aafb08b75eb762e0ded0c6d712c5a79 (patch)
tree4e6b7942217bac9d56d86269c1099aa430f40246
parent50f325a1b43bf00a1eb49cba9678c79fdaa98dfb (diff)
Tweak attestation options param description
-rw-r--r--packages/server/src/attestation/verifyAttestationResponse.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/attestation/verifyAttestationResponse.ts b/packages/server/src/attestation/verifyAttestationResponse.ts
index 6779244..b2c874d 100644
--- a/packages/server/src/attestation/verifyAttestationResponse.ts
+++ b/packages/server/src/attestation/verifyAttestationResponse.ts
@@ -26,7 +26,7 @@ type Options = {
*
* **Options:**
*
- * @param response Authenticator attestation response with base64url-encoded values
+ * @param credential Authenticator credential returned by browser's `startAttestation()`
* @param expectedChallenge The random value provided to generateAttestationOptions for the
* authenticator to sign
* @param expectedOrigin Website URL that the attestation should have occurred on