Skip to content

Commit

Permalink
LC-257 - IExtensionContext#startVerificationByIdentityId should also …
Browse files Browse the repository at this point in the history
…return applicantId (#858)

Co-authored-by: Maros Silady <[email protected]>
  • Loading branch information
SMaros and Maros Silady authored Jan 10, 2024
1 parent fa4e81d commit 0d4dd4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ public interface IVerificationInfo {

boolean isSuccess();
String getErrorMessage();

String getApplicantId();
String getVerificationWebUrl();
}

0 comments on commit 0d4dd4a

Please sign in to comment.