Type Alias OAuthScope

OAuthScope: {
    name: OAuthScope.name;
    value: OAuthScope.value;
}

Information about the OAuth scope

Type declaration