MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetAuthenticationMethod

Method GetAuthenticationMethod

src/network/network_crypto.cpp:387–390  ·  view source on GitHub ↗

virtual */

Source from the content-addressed store, hash-verified

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/**

Callers 3

ReceiveRequestMethod · 0.45
SendRequestMethod · 0.45

Calls 1

CanBeUsedMethod · 0.95

Tested by

no test coverage detected