Interface AppState

interface AppState {
    target?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Any custom parameter to be stored in appState

Properties

Properties

target?: string

Target path the app gets routed to after handling the callback from Auth0 (defaults to '/')