Skip to content

Commit 5c2f979

Browse files
committed
fixup! Add JavaDocs for PRF extension
1 parent b9f6f59 commit 5c2f979

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/data/RegistrationExtensionInputs.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -352,14 +352,6 @@ public RegistrationExtensionInputsBuilder largeBlob(
352352
return this;
353353
}
354354

355-
/**
356-
* Enable the Pseudo-random function extension (<code>prf</code>).
357-
*
358-
* @see Extensions.Prf.PrfRegistrationInput#enable()
359-
* @see Extensions.Prf.PrfRegistrationInput#eval(Extensions.Prf.PrfValues)
360-
* @see <a href="https://www.w3.org/TR/2025/WD-webauthn-3-20250127/#prf-extension">§10.5.
361-
* Pseudo-random function extension (prf)</a>
362-
*/
363355
/**
364356
* Enable the Pseudo-random function extension (<code>prf</code>).
365357
*

0 commit comments

Comments
 (0)