UNPKG

@authup/core-kit

Version:

Package containing global constants, types & interfaces.

5 lines 381 B
import type { NameValidOptions } from '../../helpers'; export declare function buildIdentityProviderAuthorizeCallbackPath(id: string | number): string; export declare function buildIdentityProviderAuthorizePath(id: string | number): string; export declare function isIdentityProviderNameValid(input: string, options?: NameValidOptions): boolean; //# sourceMappingURL=utils.d.ts.map