@auth0/auth0-vue
Version:
Auth0 SDK for Vue Applications using Authorization Code Grant Flow with PKCE
19 lines (16 loc) • 410 B
text/typescript
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';