UNPKG

@auth0/auth0-vue

Version:

Auth0 SDK for Vue Applications using Authorization Code Grant Flow with PKCE

6 lines (5 loc) 388 B
export { Auth0Plugin } from './plugin'; export * from './interfaces'; export * from './guard'; export { User, InMemoryCache, LocalStorageCache } from '@auth0/auth0-spa-js'; export type { AuthorizationParams, PopupLoginOptions, PopupConfigOptions, GetTokenWithPopupOptions, LogoutUrlOptions, CacheLocation, GetTokenSilentlyOptions, IdToken, ICache, Cacheable } from '@auth0/auth0-spa-js';