File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ public static class PrfValues {
783
783
* @see <a href="https://www.w3.org/TR/2025/WD-webauthn-3-20250127/#prf-extension">§10.1.4.
784
784
* Pseudo-random function extension (prf)</a>
785
785
*/
786
- @ JsonProperty @ NonNull public final ByteArray first ;
786
+ @ JsonProperty @ NonNull private final ByteArray first ;
787
787
788
788
/**
789
789
* The second PRF input to evaluate, if any, or the result of that evaluation.
@@ -793,7 +793,7 @@ public static class PrfValues {
793
793
* @see <a href="https://www.w3.org/TR/2025/WD-webauthn-3-20250127/#prf-extension">§10.1.4.
794
794
* Pseudo-random function extension (prf)</a>
795
795
*/
796
- @ JsonProperty public final ByteArray second ;
796
+ @ JsonProperty private final ByteArray second ;
797
797
798
798
@ JsonCreator
799
799
private PrfValues (
You can’t perform that action at this time.
0 commit comments