import NetlifyAuthenticator from './netlify-auth'; import ImplicitAuthenticator from './implicit-oauth'; import PkceAuthenticator from './pkce-oauth'; export const DecapCmsLibAuth = { NetlifyAuthenticator, ImplicitAuthenticator, PkceAuthenticator }; export { NetlifyAuthenticator, ImplicitAuthenticator, PkceAuthenticator };