Initialize
You can pass in different handler functions like the onLoad, onStart, onRestart, onPassStep, onComplete or onError method to handle different events of the verification flow to the init function.
Method that is being called once a verification flow is loaded. You can use this to show your own loader and then show div allpass. | |
Method that is being called once a user starts the verification flow.
| |
Method that is being called once a user starts the verification flow, but the verification is not completed
| |
Method that is being called once a user pass any step of the verification flow.
| |
Method that is being called once the verification is completed.
| |
|
If user doesn't finish verification process and current session is still active - we can automatically start this verification. In order to make it you should call restart after init method.
Also it could be chaining with an init method:
Last updated