We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f6f59 commit 5c2f979Copy full SHA for 5c2f979
webauthn-server-core/src/main/java/com/yubico/webauthn/data/RegistrationExtensionInputs.java
@@ -352,14 +352,6 @@ public RegistrationExtensionInputsBuilder largeBlob(
352
return this;
353
}
354
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
- */
363
/**
364
* Enable the Pseudo-random function extension (<code>prf</code>).
365
*
0 commit comments