Class DuoPreauthAuthenticator

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent

public class DuoPreauthAuthenticator extends AbstractDuoAuthenticator
Implementation of the the Duo AuthAPI /v2/preauth endpoint.
  • Field Details

    • wrapperTypeRef

      @Nonnull private final com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoPreauthResponse>> wrapperTypeRef
      TypeReference for the response generated by the endpoint.
  • Constructor Details

    • DuoPreauthAuthenticator

      public DuoPreauthAuthenticator()
      Constructor.
  • Method Details