clearAuthToken method

void clearAuthToken()

Implementation

void clearAuthToken() {
  _authToken = null;
}