Provides info about the authentication status. More...
Public Member Functions | |
| bool | is_authenticated () const |
Returns true if authenticated, otherwise returns false. | |
| std::string | get_user_id () const |
| If authenticated, returns the user ID if one was provided by the authentication service. Otherwise returns an empty string "". | |
| AuthenticationStatus () | |
Convenience constructor with is_authenticated set to false and user_id set to the empty string "". | |
| AuthenticationStatus (bool is_authenticated, std::string user_id) | |
| Constructs an authentication status with the given parameters. | |
Provides info about the authentication status.