naystack - v1.5.10
    Preparing search index...

    Variable TokenContextConst

    TokenContext: Context<
        {
            setToken: Dispatch<SetStateAction<string | null>>;
            token: string | null;
        },
    > = ...

    React context holding the current access token and setter; used by useToken/useSetToken and auth hooks.