Class Auth2FAPassword
- java.lang.Object
-
- pro.gravit.launcher.request.auth.password.Auth2FAPassword
-
- All Implemented Interfaces:
AuthRequest.AuthPasswordInterface
public class Auth2FAPassword extends java.lang.Object implements AuthRequest.AuthPasswordInterface
-
-
Field Summary
Fields Modifier and Type Field Description AuthRequest.AuthPasswordInterfacefirstPasswordAuthRequest.AuthPasswordInterfacesecondPassword
-
Constructor Summary
Constructors Constructor Description Auth2FAPassword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck()
-
-
-
Field Detail
-
firstPassword
public AuthRequest.AuthPasswordInterface firstPassword
-
secondPassword
public AuthRequest.AuthPasswordInterface secondPassword
-
-
Method Detail
-
check
public boolean check()
- Specified by:
checkin interfaceAuthRequest.AuthPasswordInterface
-
-