idkit-core
Version:
The identity SDK. Privacy-preserving identity and proof of personhood with World ID.
13 lines (10 loc) • 436 B
TypeScript
import { I as ISuccessResult } from '../result-CqgtArQe.js';
import '../config-fuwC_Hia.js';
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 };