diff --git a/python/svix/api/__init__.py b/python/svix/api/__init__.py index 38de3ef2e..842f6648f 100644 --- a/python/svix/api/__init__.py +++ b/python/svix/api/__init__.py @@ -10,7 +10,14 @@ ApplicationCreateOptions, ApplicationGetOrCreateOptions, ) -from .authentication import AuthenticationAsync, Authentication +from .authentication import ( + AuthenticationAsync, + Authentication, + AuthenticationAppPortalAccessOptions, + AuthenticationDashboardAccessOptions, + AuthenticationExpireAllOptions, + AuthenticationLogoutOptions, +) from .endpoint import ( EndpointAsync, Endpoint,