isAuthenticated property

bool get isAuthenticated

Check if the user is authenticated (alias for hasValidToken)

Implementation

bool get isAuthenticated => hasValidToken;