Class SelectDevice
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.SelectDevice
The API action model for actions where a user's device is selected.
- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a reference to the user's selected device.voidsetDeviceRef(ResourceRef deviceRef) Set the reference to the user's selected device.
-
Constructor Details
-
SelectDevice
public SelectDevice()
-
-
Method Details
-
getDeviceRef
Get a reference to the user's selected device. -
setDeviceRef
Set the reference to the user's selected device.
-