Class ProfileService
java.lang.Object
com.yoti.api.client.spi.remote.call.ProfileService
-
Method Summary
Modifier and TypeMethodDescriptiongetProfile(KeyPair keyPair, String appId, String connectToken) getReceipt(KeyPair keyPair, String appId, String connectToken) static ProfileService
-
Method Details
-
newInstance
-
getReceipt
public Receipt getReceipt(KeyPair keyPair, String appId, String connectToken) throws ProfileException - Throws:
ProfileException
-
getProfile
public ProfileResponse getProfile(KeyPair keyPair, String appId, String connectToken) throws ProfileException - Throws:
ProfileException
-