/* */ #include "AuthConfig.h" ostream& operator<<(ostream& o, const AuthConfigHandle& authConfig) { o << authConfig->getAuthText(); return o; }