bry-biometric-collector 2.3.1-RC05 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -378,19 +378,6 @@ The Web-component exports a series of functions that the host environment may ca
378
378
 
379
379
  - **setAgrAuthentication**: Wether to send the agrAuthentication: true on evaluate biometrics request.
380
380
 
381
- - **setId**: Sets the request ID to use when validating the face/fingers using endpoint.
382
- Example:
383
-
384
- ```js
385
- component.setId('61a8cc3d-cb31-4b94-acd9-b283f185a94f');
386
- // Gets sent like so:
387
- // biometrics: {
388
- // agrAuthentication?: boolean;
389
- // bodyParts: BodyPart[];
390
- // ID: 61a8cc3d-cb31-4b94-acd9-b283f185a94f
391
- // }
392
- ```
393
-
394
381
  - **setMissingDisabled**: Disables the missing button completely. Accepts a boolean.
395
382
  Example:
396
383