Methods
Methods of the Facephi SDK Provider component.
Last updated
Methods of the Facephi SDK Provider component.
The SDK Provider component offers additional methods for different functionalities.
<facephi-sdk-provider apikey={process.env.FACEPHI_SDK_APIKEY} />const provider = document.querySelector('facephi-sdk-provider');
// When the SDK Web has been started
const operationId = await provider.getOperationId();getOperationId: Gets the operationId of the current Flow.
stopQr: Stops the QR Flow in the desktop view.
generateSelphiBrowserCache: Preloads the Selphi engine resources before mounting the SDK.
generateSelphIDBrowserCache: Preloads the SelphID engine resources before mounting the SDK.
Last updated