java.lang.Object
com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState<D,U>
com.pingidentity.sdk.api.authn.model.state.OtpRequired<D,U>
public class OtpRequired<D extends Device,U extends User>
extends MultiFactorAuthenticationState<D,U>
An API state model containing additional details for states in which the user must enter an OTP.
- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a reference to the user's selected device.voidsetSelectedDeviceRef(ResourceRef selectedDeviceRef) Set the reference to the user's selected device.Methods inherited from class com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState
getDevices, getUser, setDevices, setUser
-
Constructor Details
-
OtpRequired
public OtpRequired()
-
-
Method Details
-
getSelectedDeviceRef
Get a reference to the user's selected device. -
setSelectedDeviceRef
Set the reference to the user's selected device.
-