UNPKG

@auth0/auth0-spa-js

Version:

Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE

5 lines (4 loc) 105 B
import { ICache } from './shared'; export declare class InMemoryCache { enclosedCache: ICache; }