Package oauth2_cli_auth

Authenticate against OAuth2 Provider in Python CLIs

Expand source code
"""
Authenticate against OAuth2 Provider in Python CLIs
"""

from oauth2_cli_auth.http_server import OAuthCallbackHttpServer
from oauth2_cli_auth.code_grant import OAuth2ClientInfo, exchange_code_for_access_token, get_auth_url, open_browser, load_oidc_config
from oauth2_cli_auth.simplified_flow import get_access_token_with_browser_open

Sub-modules

oauth2_cli_auth.code_grant
oauth2_cli_auth.conftest
oauth2_cli_auth.http_server
oauth2_cli_auth.simplified_flow