File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -925,16 +925,6 @@ public static class PrfRegistrationOutput {
925
925
this .results = results ;
926
926
}
927
927
928
- /** TODO */
929
- public static PrfRegistrationOutput enabled (final Boolean enabled ) {
930
- return new PrfRegistrationOutput (enabled , null );
931
- }
932
-
933
- /** TODO */
934
- public static PrfRegistrationOutput results (final PrfValues results ) {
935
- return new PrfRegistrationOutput (true , results );
936
- }
937
-
938
928
public Optional <Boolean > getEnabled () {
939
929
return Optional .ofNullable (enabled );
940
930
}
@@ -967,10 +957,6 @@ public static class PrfAuthenticationOutput {
967
957
this .results = results ;
968
958
}
969
959
970
- public static PrfAuthenticationOutput results (final PrfValues results ) {
971
- return new PrfAuthenticationOutput (results );
972
- }
973
-
974
960
/**
975
961
* @return A present {@link Optional} if {@link LargeBlobAuthenticationInput#getRead()} was
976
962
* <code>true</code> and the blob content was successfully read. Otherwise (if {@link
You can’t perform that action at this time.
0 commit comments