/** * The oauth2-proxy-provider backend module for the auth plugin. * * @packageDocumentation */ export { authModuleOauth2ProxyProvider as default } from './module'; export { oauth2ProxyAuthenticator, OAUTH2_PROXY_JWT_HEADER, } from './authenticator'; export type { OAuth2ProxyResult } from './types';