Skip to content

Commit

Permalink
Add phase DOCUMENT_VERIFICATION_FINAL
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Nov 3, 2022
1 parent 979c461 commit edf2393
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,19 @@ public enum IdentityVerificationPhase {
DOCUMENT_UPLOAD,

/**
* Document verification is in progress.
* Document verification. The client may interact.
*
* @see #DOCUMENT_VERIFICATION_FINAL
*/
DOCUMENT_VERIFICATION,

/**
* Final document verification. The client may not interact.
*
* @see #DOCUMENT_VERIFICATION
*/
DOCUMENT_VERIFICATION_FINAL,

/**
* Client evaluation is in progress.
*/
Expand Down

0 comments on commit edf2393

Please sign in to comment.