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 Details

    • SelectDevice

      public SelectDevice()
  • Method Details

    • 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.