Formerly validated the server's authentication info.
| 42 | |
| 43 | /// Formerly validated the server's authentication info. |
| 44 | inline bool validateAuthenticatedServer() |
| 45 | { |
| 46 | return true; |
| 47 | } |
| 48 | |
| 49 | /// Formerly validated the client's authentication info. |
| 50 | inline bool validateAuthenticatedClient() |
no outgoing calls
no test coverage detected