Class PairingRequest
java.lang.Object
com.pingidentity.sdk.pingonewallet.types.PairingRequest
Object representing pairing request for a wallet
-
Constructor Summary
ConstructorsConstructorDescriptionPairingRequest
(String applicationInstanceId, String requestorId, com.pingidentity.did.sdk.client.service.model.Challenge challenge) -
Method Summary
Modifier and TypeMethodDescriptioncom.pingidentity.did.sdk.client.service.model.Challenge
void
setChallenge
(com.pingidentity.did.sdk.client.service.model.Challenge challenge) void
setRequestorId
(String requestorId)
-
Constructor Details
-
PairingRequest
-
-
Method Details
-
getApplicationInstanceId
-
getRequestorId
-
setRequestorId
-
getChallenge
public com.pingidentity.did.sdk.client.service.model.Challenge getChallenge() -
setChallenge
public void setChallenge(com.pingidentity.did.sdk.client.service.model.Challenge challenge)
-