@tanker/client-browser
Version:
Tanker end-to-end encryption SDK for web applications
10 lines • 527 B
TypeScript
import type { TankerOptions } from '@tanker/core';
import { Tanker as TankerCore } from '@tanker/core';
declare class Tanker extends TankerCore {
constructor(options: TankerOptions);
authenticateWithIdP: (oidcProviderId: string) => Promise<import("@tanker/core/dist/types/LocalUser/types").OidcAuthorizationCodeVerification>;
}
export { errors, fromBase64, toBase64, prehashPassword, prehashAndEncryptPassword, Padding } from '@tanker/core';
export { Tanker };
export default Tanker;
//# sourceMappingURL=index.d.ts.map