Class AuthOAuthPassword
java.lang.Object
pro.gravit.launcher.request.auth.password.AuthOAuthPassword
- All Implemented Interfaces:
AuthRequest.AuthPasswordInterface
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAuthOAuthPassword(String accessToken) AuthOAuthPassword(String accessToken, int expire) AuthOAuthPassword(String accessToken, String refreshToken, int expire) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.gravit.launcher.request.auth.AuthRequest.AuthPasswordInterface
isAllowSave
-
Field Details
-
accessToken
-
refreshToken
-
expire
public final int expire
-
-
Constructor Details
-
AuthOAuthPassword
-
AuthOAuthPassword
-
AuthOAuthPassword
-
-
Method Details
-
check
public boolean check()- Specified by:
checkin interfaceAuthRequest.AuthPasswordInterface
-