Class MobilePairingRequired
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.MobilePairingRequired
An API state model containing additional details for states in which mobile pairing is required.
- Since:
- 10.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the server payload.voidsetServerPayload(String serverPayload) Set the server payload.
-
Constructor Details
-
MobilePairingRequired
public MobilePairingRequired()
-
-
Method Details
-
getServerPayload
Get the server payload. The server payload is a data package created by the SDK server, which should be passed to the SDK component in the customer mobile application. It contains instructions for pairing. -
setServerPayload
Set the server payload. The server payload is a data package created by the SDK server, which should be passed to the SDK component in the customer mobile application. It contains instructions for pairing.
-