lastpass-vault
Version:
Cross Platform javascript client for handling lastpass vaults.
6 lines (5 loc) • 472 B
TypeScript
export declare const request: (endpoint: string, method: string, body: any, headers: any, type: string, session: any) => Promise<string | import("xml-js").Element | import("xml-js").ElementCompact>;
export declare const ITERATIONS = "https://lastpass.com/iterations.php";
export declare const LOGIN = "https://lastpass.com/login.php";
export declare const VAULT = "https://lastpass.com/getaccts.php";
export declare const CREATE = "https://lastpass.com/show_website.php";