Skip to content

Commit a2c713a

Browse files
committed
remove one more jwt reference
1 parent 28ae9a9 commit a2c713a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

aws_lambda_powertools/utilities/auth/aws_auth.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ class AWSServicePrefix(Enum):
2222
RESTAPI = "execute-api"
2323
HTTPAPI = "apigateway"
2424
APPSYNC = "appsync"
25-
S3 = "s3"
26-
27-
28-
class AuthProvider(Enum):
29-
"""
30-
Auth Provider - Enumerations of the supported authentication providers
31-
"""
32-
33-
AUTH0 = "auth0"
34-
COGNITO = "cognito"
35-
OKTA = "okta"
3625

3726

3827
class AWSSigV4Auth:

0 commit comments

Comments
 (0)