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 Details

    • MobilePairingRequired

      public MobilePairingRequired()
  • Method Details

    • 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.