Class 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:
    Serialized Form
    • Constructor Detail

      • Authenticate

        public Authenticate()
    • Method Detail

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