Class DuoSDKClientFactory

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • DuoSDKClientFactory

        public DuoSDKClientFactory()
    • Method Detail

      • setCaCerts

        public void setCaCerts​(@Nullable
                               List<String> certs)
        Sets the list of CA certificate pins used to verify the Duo client connection to the API host. If null, the client will use the internal defaults.
        Parameters:
        certs - the list of certificate pins.