UNPKG

smartid-calls

Version:

Smart-ID client module for Node.JS with proxy layer

10 lines (9 loc) 283 B
/// <reference types="node" /> declare class AuthHash { static generateRandomHash(hashType?: string): Promise<{ raw: Buffer; digest: string; }>; static calculateVerificationCode(digestBase64: string, hashType?: string): string; } export default AuthHash;