hasTokens property

bool get hasTokens

Checks if the response contains tokens

Implementation

bool get hasTokens => accessToken != null || refreshToken != null;