Skip to content

Commit 80868dd

Browse files
committed
bump to v2
1 parent 151a21e commit 80868dd

File tree

372 files changed

+1011
-94772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

372 files changed

+1011
-94772
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 661 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

abstract_auth.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
class Auth:
2+
3+
@staticmethod
4+
def get_authorization_url():
5+
return None
6+
7+
@staticmethod
8+
def get_user_login_info(access_token, id):
9+
return None
10+
11+
@staticmethod
12+
def get_access_token(code):
13+
return None
14+
15+
@staticmethod
16+
def refresh_token(token):
17+
return None
18+

0 commit comments

Comments
 (0)