diff --git a/fido/src/main/java/com/yubico/yubikit/fido/webauthn/PublicKeyCredential.java b/fido/src/main/java/com/yubico/yubikit/fido/webauthn/PublicKeyCredential.java index 6d95d2a8..07f80e45 100644 --- a/fido/src/main/java/com/yubico/yubikit/fido/webauthn/PublicKeyCredential.java +++ b/fido/src/main/java/com/yubico/yubikit/fido/webauthn/PublicKeyCredential.java @@ -60,7 +60,7 @@ public PublicKeyCredential(String id, AuthenticatorResponse response) { * * @param id Credential id in base64 url safe encoding. * @param response Operation response. - * @param clientExtensionResults results of requested extensions + * @param clientExtensionResults Extension results. * @see AuthenticatorAttestationResponse * @see AuthenticatorAssertionResponse */ @@ -78,8 +78,8 @@ public PublicKeyCredential( /** * Constructs a new Webauthn PublicKeyCredential object * - * @param id Credential id in binary form. - * @param response Operation response. + * @param id Credential id in binary form. + * @param response Operation response. * @see AuthenticatorAttestationResponse * @see AuthenticatorAssertionResponse */ @@ -92,7 +92,7 @@ public PublicKeyCredential(byte[] id, AuthenticatorResponse response) { * * @param id Credential id in binary form. * @param response Operation response. - * @param clientExtensionResults Results of requested extensions. + * @param clientExtensionResults Extension results. * @see AuthenticatorAttestationResponse * @see AuthenticatorAssertionResponse */