java.lang.Object
com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState<D,U>
com.pingidentity.sdk.api.authn.model.state.PushConfirmationTimedOut<D,U>
public class PushConfirmationTimedOut<D extends Device,U extends User>
extends MultiFactorAuthenticationState<D,U>
An API state model for push confirmation timeout.
- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the reference to the selected device.voidsetSelectedDeviceRef(ResourceRef selectedDeviceRef) Set the reference to the selected device.Methods inherited from class com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState
getDevices, getUser, setDevices, setUser
-
Constructor Details
-
PushConfirmationTimedOut
public PushConfirmationTimedOut()
-
-
Method Details
-
getSelectedDeviceRef
Get the reference to the selected device. -
setSelectedDeviceRef
Set the reference to the selected device.
-