Class DuoAuthAuthenticator

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent

public class DuoAuthAuthenticator extends AbstractDuoAuthenticator
Implementation of the the Duo AuthApi /v2/auth endpoint.
  • Field Details

    • paramEscaper

      @Nonnull private final Escaper paramEscaper
      pushinfo escaper.
    • wrapperTypeRef

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

    • DuoAuthAuthenticator

      public DuoAuthAuthenticator()
      Constructor.
  • Method Details