Skip to content

Commit

Permalink
ES-1043 Update KycAuthResult.java
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
  • Loading branch information
ase-101 authored May 23, 2024
1 parent 5a5557c commit 60faf85
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ public class KycAuthResult {
private String kycToken;
private String partnerSpecificUserToken;
private Map<String, List<ClaimMetadata>> claimsMetadata;

public KycAuthResult(String kycToken, String partnerSpecificUserToken) {
this.kycToken = kycToken;
this.partnerSpecificUserToken = partnerSpecificUserToken;
}
}

0 comments on commit 60faf85

Please sign in to comment.