| 8665 | } |
| 8666 | |
| 8667 | inline void ClientImpl::set_basic_auth(const std::string &username, |
| 8668 | const std::string &password) { |
| 8669 | basic_auth_username_ = username; |
| 8670 | basic_auth_password_ = password; |
| 8671 | } |
| 8672 | |
| 8673 | inline void ClientImpl::set_bearer_token_auth(const std::string &token) { |
| 8674 | bearer_token_auth_token_ = token; |
nothing calls this directly
no outgoing calls
no test coverage detected