UNPKG

@shard-auth/client

Version:

Next-generation API authentication without secret keys - MPC-based authentication with FROST threshold signatures

6 lines 482 B
export { ShardAuthClient } from './shard-auth-client'; export { SecureStorage } from './secure-storage'; export { ShareNotFoundError, SignatureSessionError, SignatureGenerationError, NetworkError, AuthenticationError } from './errors'; export type { HttpMethod, HttpRequestOptions, RetryPolicy, HttpResponse, ShareData, EncryptedShareData } from './types'; export { secureZeroMemory, secureCompare, calculateBackoff, withTimeout } from './utils'; //# sourceMappingURL=index.d.ts.map