A token.

interface IToken {
    scopes: string;
    startIndex: number;
}

Properties

Properties

scopes: string
startIndex: number