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

3 lines
174 B
TypeScript

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