UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

4 lines 323 B
export declare function transformOAuth2ScopeToArray(scope?: string | string[]): string[]; export declare function hasOAuth2OpenIDScope(scope?: string | string[]): boolean; export declare function isOAuth2ScopeAllowed(available?: string | string[], required?: string[] | string): boolean; //# sourceMappingURL=utils.d.ts.map