We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84e173 commit 547389bCopy full SHA for 547389b
webauthn-server-core/src/main/java/com/yubico/webauthn/data/AuthenticatorSelectionCriteria.java
@@ -106,7 +106,7 @@ public Optional<AuthenticatorAttachment> getAuthenticatorAttachment() {
106
* <code>requireResidentKey</code></a> member for backwards compatibility with WebAuthn Level 1.
107
* It will be set to <code>true</code> if this is set to {@link ResidentKeyRequirement#REQUIRED
108
* REQUIRED} and <code>false</code> if this is set to anything else. When this is not set, a
109
- * <code>requireResidentKey</code> will not be emitted.
+ * <code>requireResidentKey</code> member will not be emitted.
110
*
111
* @see ResidentKeyRequirement
112
* @see <a
0 commit comments