Class Authenticate
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.Authenticate
- All Implemented Interfaces:
Serializable
The API action model for actions where the user must start the multi-factor authentication.
- Since:
- 10.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the mobile payload.voidsetMobilePayload(String mobilePayload) Set the mobile payload.
-
Constructor Details
-
Authenticate
public Authenticate()
-
-
Method Details
-
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
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.
-