/** * The auth-backend-module-aws-alb-provider backend module for the auth-backend plugin. * * @packageDocumentation */ export { awsAlbAuthenticator } from './authenticator'; export { authModuleAwsAlbProvider } from './module'; export { awsAlbSignInResolvers } from './resolvers'; export { type AwsAlbResult } from './types';