diff --git a/custom_connector_sdk/connector/auth.py b/custom_connector_sdk/connector/auth.py index 1cf0c8b..349aa94 100644 --- a/custom_connector_sdk/connector/auth.py +++ b/custom_connector_sdk/connector/auth.py @@ -302,7 +302,7 @@ class AuthenticationType(Enum): """Enum of Authentication Types""" # Basic Authentication credentials. - BasicAuth = auto + BasicAuth = auto() # Custom Authentication credentials. CustomAuth = auto() # OAuth2 Authentication credentials.