File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
/**
38
38
* Represents an authenticator's response to a client’s request for generation of a new
39
39
* 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.
44
44
*
45
45
* @see <a
46
46
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#authenticatorassertionresponse">§5.2.2.
You can’t perform that action at this time.
0 commit comments