pub async fn create_oauth_client() -> Result<Client<OpenaiEnvironmentImpl>>Expand description
Convenience function : Create OAuth client using global manager
ยงErrors
Returns an error if the global authentication manager is not initialized, mutex is poisoned, or OAuth client creation fails.