Skip to content

Commit e5e20d2

Browse files
committed
Remove unused constants
1 parent 2601982 commit e5e20d2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

01-Login/constants.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
""" Constants file for Auth0's seed project
22
"""
3-
ACCESS_TOKEN_KEY = 'access_token'
4-
API_ID = 'API_ID'
5-
APP_JSON_KEY = 'application/json'
63
AUTH0_CLIENT_ID = 'AUTH0_CLIENT_ID'
74
AUTH0_CLIENT_SECRET = 'AUTH0_CLIENT_SECRET'
85
AUTH0_CALLBACK_URL = 'AUTH0_CALLBACK_URL'
96
AUTH0_DOMAIN = 'AUTH0_DOMAIN'
107
AUTH0_AUDIENCE = 'AUTH0_AUDIENCE'
11-
AUTHORIZATION_CODE_KEY = 'authorization_code'
12-
CLIENT_ID_KEY = 'client_id'
13-
CLIENT_SECRET_KEY = 'client_secret'
14-
CODE_KEY = 'code'
15-
CONTENT_TYPE_KEY = 'content-type'
16-
GRANT_TYPE_KEY = 'grant_type'
178
PROFILE_KEY = 'profile'
18-
REDIRECT_URI_KEY = 'redirect_uri'
199
SECRET_KEY = 'ThisIsTheSecretKey'
2010
JWT_PAYLOAD = 'jwt_payload'
2111

0 commit comments

Comments
 (0)