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 51cc0ef commit 0c7d305Copy full SHA for 0c7d305
webauthn-server-core/src/main/java/com/yubico/webauthn/data/AuthenticatorAssertionExtensionOutputs.java
@@ -41,7 +41,7 @@
41
/**
42
* Contains <a
43
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#authenticator-extension-output">authenticator
44
- * extension outputs</a> from a <code>navigator.credentials.create()</code> operation.
+ * extension outputs</a> from a <code>navigator.credentials.get()</code> operation.
45
*
46
* <p>Note that there is no guarantee that any extension input present in {@link
47
* RegistrationExtensionInputs} will have a corresponding output present here.
0 commit comments