- 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 Constructor Description OtpRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceRefgetSelectedDeviceRef()Get 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
-
-
-
-
Method Detail
-
getSelectedDeviceRef
public ResourceRef getSelectedDeviceRef()
Get a reference to the user's selected device.
-
setSelectedDeviceRef
public void setSelectedDeviceRef(ResourceRef selectedDeviceRef)
Set the reference to the user's selected device.
-
-