UNPKG

@auth0/auth0-vue

Version:

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

14 lines (12 loc) 305 B
/* eslint-disable @typescript-eslint/no-explicit-any */ 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; }