hasTokens property
bool
get
hasTokens
Checks if the response contains tokens
Implementation
bool get hasTokens => accessToken != null || refreshToken != null;
Checks if the response contains tokens
bool get hasTokens => accessToken != null || refreshToken != null;