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

3 lines
176 B
TypeScript

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