Initial commit

This commit is contained in:
2025-03-07 19:22:02 +01:00
commit 4a98255d83
55743 changed files with 5280367 additions and 0 deletions
@@ -0,0 +1,11 @@
/**
* Checks that all items in an array of scopes are valid.
* @param scopes List of scopes to validate.
* @param validScopes Optional subset of scopes to be considered valid;
* if omitted then all defined scopes are valid.
* @param allowMultiple Whether to allow multiple space-delimited scopes in a single item.
* Multiple scopes are supported when requesting a tunnel access token with a combination of scopes.
* @throws Error if a scope is not valid.
*/
export declare function validateScopes(scopes: string[], validScopes?: string[], allowMultiple?: boolean): void;
//# sourceMappingURL=tunnelAccessControlStatics.d.ts.map