UNPKG

@qelos/auth

Version:

Express Passport authentication service

5 lines (4 loc) 248 B
export declare function getEncryptedData(tenant: string, itemId: string, forModel?: string): Promise<{ value: string; }>; export declare function setEncryptedData(tenant: string, itemId: string, value: string, forModel?: string): Promise<any>;