Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Authlib / integrations / django_client / __init__.py
Size: Mime:
# flake8: noqa

from .oauth_registry import OAuth
from .remote_app import RemoteApp, token_update
from .._client import OAuthError


__all__ = ['OAuth', 'RemoteApp', 'token_update', 'OAuthError']