hasTokens property

bool get hasTokens

Check if tokens exist

Implementation

bool get hasTokens => _cachedAccessToken?.isNotEmpty == true;