FaceAuthenticator (Deprecated)
Importing SDK
Remotely
<script src="https://repo.combateafraude.com/javascript/release/face-authenticator-deprecated/<VERSION>.umd.js" type="text/javascript"></script>const { FaceAuthenticatorSdk } = window['@combateafraude/face-authenticator'];Locally
import { FaceAuthenticatorSdk } from '../assets/js/face-authenticator-<VERSION>.js'Construction
const sdk = new DocumentDetectorSdk(options);Supported parameters
Example
CaptureStage
Example CaptureStage
Initialization
initialize(): Promise<void>
Example
Utilization
Opening and taking selfies
Parameters
Example
Return
Close SDK
close(): Promise<void>
De-initialize the SDK
dispose(): Promise<void>
Complete Example
Last updated

