Skip to content

Commit

Permalink
update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Nov 20, 2024
1 parent 5ad1555 commit f518c77
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit f518c77

Please sign in to comment.