virtual */
| 385 | } |
| 386 | |
| 387 | /* virtual */ NetworkAuthenticationMethod CombinedAuthenticationClientHandler::GetAuthenticationMethod() const |
| 388 | { |
| 389 | return this->current_handler != nullptr ? this->current_handler->GetAuthenticationMethod() : NetworkAuthenticationMethod::End; |
| 390 | } |
| 391 | |
| 392 | |
| 393 | /** |
no test coverage detected