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

    The information of an account associated with an AuthenticationSession.

    interface AuthenticationSessionAccountInformation {
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier of the account.

    label: string

    The human-readable name of the account.