Type alias ClientSessionContextValue

ClientSessionContextValue: {
    isLoggedIn: boolean;
    refresh: (() => void);
}

Type declaration

  • isLoggedIn: boolean

    Indicates that the user is logged in. *Do not use for auth - * only use for client side UI etc.

  • refresh: (() => void)
      • (): void
      • Internal

        Returns void

Generated using TypeDoc