interface OAuthScope {
    [scopeName: string]: string;
}

Indexable

[scopeName: string]: string

Generated using TypeDoc