InterfaceRedirectLoginOptions<TAppState>

interface RedirectLoginOptions<TAppState> {
    appState?: TAppState;
}

Type Parameters

  • TAppState = any

Properties

Properties

appState?: TAppState

Used to store state before doing the redirect