Class OtpRequired<D extends Device,U extends User>

java.lang.Object
com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState<D,U>
com.pingidentity.sdk.api.authn.model.state.OtpRequired<D,U>

public class OtpRequired<D extends Device,U extends User> extends MultiFactorAuthenticationState<D,U>
An API state model containing additional details for states in which the user must enter an OTP.
Since:
10.1
  • Constructor Details

    • OtpRequired

      public OtpRequired()
  • Method Details

    • getSelectedDeviceRef

      public ResourceRef getSelectedDeviceRef()
      Get a reference to the user's selected device.
    • setSelectedDeviceRef

      public void setSelectedDeviceRef(ResourceRef selectedDeviceRef)
      Set the reference to the user's selected device.