Class MobilePairingRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.MobilePairingRequired
-
public class MobilePairingRequired extends Object
An API state model containing additional details for states in which mobile pairing is required.- Since:
- 10.2
-
-
Constructor Summary
Constructors Constructor Description MobilePairingRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServerPayload()Get the server payload.voidsetServerPayload(String serverPayload)Set the server payload.
-
-
-
Method Detail
-
getServerPayload
public String 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
public void setServerPayload(String serverPayload)
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.
-
-