sunrise-cms/helpers/authentication.helpers.d.ts

3 lines
198 B
TypeScript

export declare function authenticate(userName: string | undefined, password: string | undefined): Promise<boolean>;
export declare function getSafeRedirectURL(possibleRedirectURL?: string): string;