File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Deprecated features:
7
7
are now always allowed to add unsolicited extensions. The next major version
8
8
release will remove this option and always behave as if the option had been
9
9
set to `true`.
10
+ * Enum value `AttestationType.ECDAA`. ECDAA was removed in WebAuthn Level 2.
10
11
11
12
12
13
== Version 1.12.3 (unreleased) ==
Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ public enum AttestationType {
114
114
* @see <a href=
115
115
* "https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-ecdaa-algorithm-v2.0-id-20180227.html">FIDO
116
116
* ECDAA Algorithm</a>
117
+ * @deprecated ECDAA was removed in WebAuthn Level 2.
117
118
*/
119
+ @ Deprecated
118
120
ECDAA ,
119
121
120
122
/**
You can’t perform that action at this time.
0 commit comments