File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/java/org/privacyidea Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818
1919import com .google .gson .Gson ;
2020import com .google .gson .GsonBuilder ;
21- import com .google .gson .JsonSyntaxException ;
2221import java .util .ArrayList ;
2322import java .util .List ;
2423import java .util .function .Predicate ;
2524import java .util .stream .Collectors ;
2625
27- import static org .privacyidea .PIConstants .*;
26+ import static org .privacyidea .PIConstants .TOKEN_TYPE_PUSH ;
27+ import static org .privacyidea .PIConstants .TOKEN_TYPE_WEBAUTHN ;
28+
2829
2930/**
3031 * This class parses the JSON response of privacyIDEA into a POJO for easier access.
@@ -56,6 +57,9 @@ public class PIResponse
5657 public String passkeyRegistration = "" ;
5758 public String username = "" ;
5859 public String enrollmentLink = "" ;
60+ // Enroll via Multichallenge
61+ public boolean isEnrollViaMultichallenge = false ;
62+ public boolean isEnrollViaMultichallengeOptional = false ;
5963
6064 public String webAuthnSignRequest = "" ;
6165 public String webAuthnTransactionId = "" ;
You can’t perform that action at this time.
0 commit comments