Class DuoPreauthResponse


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

      • enrollPortalURL

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

      • DuoPreauthResponse

        public DuoPreauthResponse()
    • Method Detail

      • 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