Class OtpRequired<D extends Device,​U extends User>


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

      • OtpRequired

        public OtpRequired()
    • Method Detail

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