.. currentmodule:: starlette_discord.oauth OAuth2Session ============= OAuth2Support for aiohttp.ClientSession. Based on the `requests_oauthlib`_ class. The starlette-discord OAuth2 session comes from this GitHub `gist`_ by kellerza. .. _requests_oauthlib: https://github.com/requests/requests-oauthlib/blob/master/requests_oauthlib/oauth2_session.py .. _gist: https://gist.github.com/kellerza/5ca798f49983bb702bc6e7a05ba53def .. autoclass:: OAuth2Session :members: