Class AuthCoreProvider.PasswordVerifyReport
java.lang.Object
pro.gravit.launchserver.auth.core.AuthCoreProvider.PasswordVerifyReport
- Enclosing class:
- AuthCoreProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanboolean -
Constructor Summary
ConstructorsConstructorDescriptionPasswordVerifyReport(boolean success)PasswordVerifyReport(int nextFactor)PasswordVerifyReport(List<Integer> factors) -
Method Summary
-
Field Details
-
REQUIRED_2FA
-
FAILED
-
OK
-
success
public final boolean success -
needMoreFactor
public final boolean needMoreFactor -
factors
-
-
Constructor Details
-
PasswordVerifyReport
public PasswordVerifyReport(boolean success) -
PasswordVerifyReport
public PasswordVerifyReport(int nextFactor) -
PasswordVerifyReport
-