Class Authenticate

java.lang.Object
com.pingidentity.sdk.api.authn.model.action.Authenticate
All Implemented Interfaces:
Serializable

public class Authenticate extends Object implements Serializable
The API action model for actions where the user must start the multi-factor authentication.
Since:
10.1
See Also:
  • Constructor Details

    • Authenticate

      public Authenticate()
  • Method Details

    • getMobilePayload

      public String getMobilePayload()
      Get the mobile payload. The payload is a small data package created by the PingID SDK component that identifies the device, which is used as part of the device’s authorization.
    • setMobilePayload

      public void setMobilePayload(String mobilePayload)
      Set the mobile payload. The payload is a small data package created by the PingID SDK component that identifies the device, which is used as part of the device’s authorization.