hasRefreshToken method
Checks if the refresh token has been returned by the server
Implementation
bool hasRefreshToken() {
return refreshToken != null;
}
Checks if the refresh token has been returned by the server
bool hasRefreshToken() {
return refreshToken != null;
}