idkit-core
Version:
The identity SDK. Privacy-preserving identity and proof of personhood with World ID.
13 lines (10 loc) • 438 B
text/typescript
import { I as ISuccessResult } from '../result-BZ4QXOc2.cjs';
import '../config-fuwC_Hia.cjs';
interface IVerifyResponse {
success: boolean;
code?: string;
detail?: string;
attribute?: string | null;
}
declare function verifyCloudProof(proof: ISuccessResult, app_id: `app_${string}`, action: string, signal?: string, endpoint?: URL | string): Promise<IVerifyResponse>;
export { type IVerifyResponse, verifyCloudProof };