Skip to content

Commit 75489a1

Browse files
committed
Fix a few broken JavaDoc links
1 parent 405919a commit 75489a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/data/AuthenticatorAssertionResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
/**
3838
* Represents an authenticator's response to a client’s request for generation of a new
3939
* authentication assertion given the WebAuthn Relying Party's {@linkplain
40-
* PublicKeyCredentialRequestOptions#challenge challenge} and OPTIONAL {@linkplain
41-
* PublicKeyCredentialRequestOptions#allowCredentials list of credentials} it is aware of. This
42-
* response contains a cryptographic {@linkplain #signature} proving possession of the credential
43-
* private key, and optionally evidence of user consent to a specific transaction.
40+
* PublicKeyCredentialRequestOptions#getChallenge()} challenge} and OPTIONAL {@linkplain
41+
* PublicKeyCredentialRequestOptions#getAllowCredentials()} list of credentials} it is aware of.
42+
* This response contains a cryptographic {@linkplain #signature} proving possession of the
43+
* credential private key, and optionally evidence of user consent to a specific transaction.
4444
*
4545
* @see <a
4646
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#authenticatorassertionresponse">§5.2.2.

0 commit comments

Comments
 (0)