virtual */
| 380 | } |
| 381 | |
| 382 | /* virtual */ std::string_view CombinedAuthenticationClientHandler::GetName() const |
| 383 | { |
| 384 | return this->current_handler != nullptr ? this->current_handler->GetName() : "Unknown"; |
| 385 | } |
| 386 | |
| 387 | /* virtual */ NetworkAuthenticationMethod CombinedAuthenticationClientHandler::GetAuthenticationMethod() const |
| 388 | { |
no test coverage detected