UNPKG

@auth0/auth0-vue

Version:

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

12 lines (11 loc) 266 B
export interface AppState { /** * Target path the app gets routed to after * handling the callback from Auth0 (defaults to '/') */ target?: string; /** * Any custom parameter to be stored in appState */ [key: string]: any; }