Theia API Documentation v1.68.0
    Preparing search index...

    Current authentication state.

    interface CopilotAuthState {
        accountLabel?: string;
        enterpriseUrl?: string;
        isAuthenticated: boolean;
    }
    Index

    Properties

    accountLabel?: string

    GitHub username if authenticated

    enterpriseUrl?: string

    GitHub Enterprise URL if using enterprise

    isAuthenticated: boolean

    Whether the user is authenticated