clearAuthToken method
Removes currentToken and removes the Authorization header from RequestOptions
Implementation
@override
@protected
@visibleForTesting
void clearAuthToken() {
currentToken = null;
RenovationRequestOptions.headers!.remove('Authorization');
}