clearAuthToken method

void clearAuthToken()

Remove authorization token (for backward compatibility)

Implementation

void clearAuthToken() {
  clearAppKey();
}