The currently required action
Signature:
export declare enum RequiredAction
Enumeration Members
| Member | Value | Description |
|---|---|---|
| ADDRESSDOCUMENT_FIRST_SCAN | "ADDRESSDOCUMENT" | An address document is required. Currently capturing for the first time. |
| ADDRESSDOCUMENT_SECOND_SCAN | "ADDRESSDOCUMENT:SECONDSCAN" | An address document is required. Currently capturing for the second time. |
| ADDRESSDOCUMENT_THIRD_SCAN | "ADDRESSDOCUMENT:THIRDSCAN" | An address document is required. Currently capturing for the third time. |
| BACKSIDE_FIRST_SCAN | "BACKSIDE" | The back side of an identity document is required. Currently capturing for the first time. |
| BACKSIDE_SECOND_SCAN | "BACKSIDE:SECONDSCAN" | The back side of an identity document is required. Currently capturing for the second time. |
| BACKSIDE_THIRD_SCAN | "BACKSIDE:THIRDSCAN" | The back side of an identity document is required. Currently capturing for the third time. |
| FRONTSIDE_FIRST_SCAN | "FRONTSIDE" | The front side of an identity document is required. Currently capturing for the first time. |
| FRONTSIDE_SECOND_SCAN | "FRONTSIDE:SECONDSCAN" | The front side of an identity document is required. Currently capturing for the second time. |
| FRONTSIDE_THIRD_SCAN | "FRONTSIDE:THIRDSCAN" | The front side of an identity document is required. Currently capturing for the third time. |
| LIVENESS | "LIVENESS" | A liveness capture is required. |
| NONE | "NONE" | There is currently no required action. |
| SELFIE_FIRST_SCAN | "SELFIE" | A self portrait image is required. Currently capturing for the first time. |
| SELFIE_SECOND_SCAN | "SELFIE:SECONDSCAN" | A self portrait image is required. Currently capturing for the second time. |
| SELFIE_THIRD_SCAN | "SELFIE:THIRDSCAN" | A self portrait image is required. Currently capturing for the third time. |