clearAuthToken method
void
clearAuthToken()
Remove authorization token (for backward compatibility)
Implementation
void clearAuthToken() {
clearAppKey();
}
Remove authorization token (for backward compatibility)
void clearAuthToken() {
clearAppKey();
}