| 6 | #include "base64.h" |
| 7 | |
| 8 | struct ClientInfo |
| 9 | { |
| 10 | int port = 0; |
| 11 | std::string token; |
| 12 | std::string header; |
| 13 | std::string version; |
| 14 | std::wstring path; |
| 15 | }; |
| 16 | |
| 17 | class Auth |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected