2019-03-16 15:44:29 -07:00
|
|
|
import NetlifyAuthenticator from './netlify-auth';
|
|
|
|
import ImplicitAuthenticator from './implicit-oauth';
|
2021-04-14 03:50:53 -05:00
|
|
|
import PkceAuthenticator from './pkce-oauth';
|
|
|
|
export const NetlifyCmsLibAuth = { NetlifyAuthenticator, ImplicitAuthenticator, PkceAuthenticator };
|
|
|
|
export { NetlifyAuthenticator, ImplicitAuthenticator, PkceAuthenticator };
|