Class LoginState

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.

Public Members

ELoginState State
csp::common::String AccessToken
csp::common::String RefreshToken
csp::common::String UserId
csp::common::String DeviceId
csp::common::Array<csp::common::String> OrganizationIds