UNPKG

@seontechnologies/seon-id-verification

Version:

An advanced SDK featuring web components for natural person identification through document scanning, facial recognition, hand gesture, and face turning detection, designed for secure and efficient user verification.

14 lines (13 loc) 579 B
type SEONBackendServiceProps = { endpoint: string | null; headers?: object; method?: string; body?: object | string | Blob | ArrayBuffer | ArrayBufferView | URLSearchParams | FormData | ReadableStream<Uint8Array> | null | undefined | any; excludeJWT?: boolean; isFullUrl?: boolean; binaryBody?: boolean; jwt?: string; ignoreUnauthorized?: boolean; }; export declare const SEONBackendService: ({ endpoint, headers, method, body, excludeJWT, isFullUrl, binaryBody, jwt, ignoreUnauthorized }: SEONBackendServiceProps) => Promise<any>; export {};