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

    Current authentication state.

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

    Properties

    accountLabel?: string

    GitHub username if authenticated

    enterpriseUrl?: string

    GitHub Enterprise URL if using enterprise

    isAuthenticated: boolean

    Whether the user is authenticated

    migrationRequired?: boolean

    True when credentials were cleared due to a client ID migration