File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,10 @@ public static class LargeBlobAuthenticationOutput {
353
353
* PublicKeyCredential#getId()}. Only valid if {@link LargeBlobAuthenticationInput#getRead()}
354
354
* was <code>true</code>.
355
355
*
356
+ * @return A present {@link Optional} if {@link LargeBlobAuthenticationInput#getRead()} was
357
+ * <code>true</code> and the blob content was successfully read. Otherwise (if {@link
358
+ * LargeBlobAuthenticationInput#getRead()} was <code>false</code> or the content failed to
359
+ * be read) an empty {@link Optional}.
356
360
* @see <a
357
361
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#dom-authenticationextensionslargebloboutputs-blob">§10.5.
358
362
* Large blob storage extension (largeBlob)</a>
You can’t perform that action at this time.
0 commit comments