encryption_options

in lib/omniauth-ldap/adaptor.rb [111:120]


      def encryption_options
        translated_method = translate_method
        return nil unless translated_method

        {
          method: translated_method,
          tls_options: tls_options(translated_method)
        }
      end