isAuthenticated property
bool
get
isAuthenticated
Check if the user is authenticated (alias for hasValidToken)
Implementation
bool get isAuthenticated => hasValidToken;
Check if the user is authenticated (alias for hasValidToken)
bool get isAuthenticated => hasValidToken;