Description
OAuth client flows can be added to Asyncio or Trio applications through an asynchronous support library. This package is for developers integrating third-party account login or API authorization. OAuth tokens and redirects are sensitive, so callback URLs, scopes, and secret storage need careful handling.