interface ExtensionAuthorization {
    id?: string;
    scopes?: string[];
}

Properties

Properties

id?: string
scopes?: string[]