File: __init__.py

package info (click to toggle)
flask-dance 7.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: python: 6,342; makefile: 162
file content (4 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (3)
1
2
3
4
from .base import oauth_authorized, oauth_before_login, oauth_error
from .oauth1 import OAuth1ConsumerBlueprint
from .oauth2 import OAuth2ConsumerBlueprint
from .requests import OAuth1Session, OAuth2Session