isAuthenticatePending function
Returns true while a desktop authenticate call is awaiting the OAuth browser redirect. Useful for UI code that wants to gate retry buttons while a previous attempt is still pending.
Implementation
bool isAuthenticatePending() => _pendingAuthenticator != null;