Class DeviceProfileRequired

java.lang.Object
com.pingidentity.sdk.api.authn.model.state.DeviceProfileRequired

public class DeviceProfileRequired extends Object
An API state model indicating the user's device profile is required.
Since:
10.1
  • Constructor Details

    • DeviceProfileRequired

      public DeviceProfileRequired()
  • Method Details

    • getDeviceProfilingType

      public String getDeviceProfilingType()
      Get the device profiling type to be presented to the user.
    • setDeviceProfilingType

      public void setDeviceProfilingType(String deviceProfilingType)
      Set the device profiling type to be presented to the user.
    • getDeviceProfilingTimeoutMillis

      public int getDeviceProfilingTimeoutMillis()
      Get the device profiling timeout (in milliseconds) to be presented to the user.
    • setDeviceProfilingTimeoutMillis

      public void setDeviceProfilingTimeoutMillis(int deviceProfilingTimeoutMillis)
      Set the device profiling timeout (in milliseconds) to be presented to the user.