Class SelectDevice
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.action.SelectDevice
-
public class SelectDevice extends Object
The API action model for actions where a user's device is selected.- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description SelectDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceRefgetDeviceRef()Get a reference to the user's selected device.voidsetDeviceRef(ResourceRef deviceRef)Set the reference to the user's selected device.
-
-
-
Method Detail
-
getDeviceRef
public ResourceRef getDeviceRef()
Get a reference to the user's selected device.
-
setDeviceRef
public void setDeviceRef(ResourceRef deviceRef)
Set the reference to the user's selected device.
-
-