Class LoginState
Defined in File Authentication.h
Class Documentation
-
class LoginState
Data structure representing the user login state, including detection of access token expiry.
Public Functions
-
LoginState()
-
~LoginState()
-
LoginState(const LoginState &OtherState)
-
LoginState &operator=(const LoginState &OtherState)
-
bool RefreshNeeded() const
Check if the access token for the login is expired.
- Returns
Is the token expired.
-
LoginState()