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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Authenticate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMobilePayload()Get the mobile payload.voidsetMobilePayload(String mobilePayload)Set the mobile payload.
-
-
-
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.
-
-