Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface AuthState

    Authentication state shared between main and renderer processes.

    interface AuthState {
        isAuthenticated: boolean;
        runUrl: string;
        token: null | string;
        user: null | UserJSON;
    }
    Index

    Properties

    isAuthenticated: boolean
    runUrl: string
    token: null | string
    user: null | UserJSON