Class DuoPreauthResponse

java.lang.Object
net.shibboleth.idp.authn.duo.impl.DuoAuthAPIResponse
net.shibboleth.idp.authn.duo.impl.DuoPreauthResponse

public class DuoPreauthResponse extends DuoAuthAPIResponse
Describes the results of an pre-authentication attempt via the Duo AuthAPI.
  • Field Details

    • devices

      @Nonnull private List<DuoDevice> devices
      the List of DuoDevices registered.
    • enrollPortalURL

      @Nullable private URL enrollPortalURL
      the URL for the self-enrollment portal.
  • Constructor Details

    • DuoPreauthResponse

      public DuoPreauthResponse()
  • Method Details

    • getDevices

      @Nonnull public Collection<DuoDevice> getDevices()
      Get the Duo devices.
      Returns:
      Duo devices
    • getEnrollPortalURL

      @Nullable public URL getEnrollPortalURL()
      Get the Duo enrollment portal URL.
      Returns:
      Duo enrollment portal URL