libzypp 17.31.23
authdata.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8----------------------------------------------------------------------/
9*
10* This file contains private API, this might break at any time between releases.
11* You have been warned!
12*
13*/
14#ifndef ZYPPNG_MEDIA_NETWORK_AUTHDATA_H_INCLUDED
15#define ZYPPNG_MEDIA_NETWORK_AUTHDATA_H_INCLUDED
16
17#include <zypp-curl/auth/CurlAuthData>
18
19namespace zyppng {
20
23
26
27}
28
29
30
31
32#endif
Class for handling media authentication data.
Definition: authdata.h:29
Curl HTTP authentication data.
Definition: curlauthdata.h:22
shared_ptr< CurlAuthData > CurlAuthData_Ptr
Definition: curlauthdata.h:102
shared_ptr< AuthData > AuthData_Ptr
Definition: authdata.h:79
zypp::media::CurlAuthData_Ptr NetworkAuthData_Ptr
Definition: authdata.h:25
zypp::media::AuthData_Ptr AuthData_Ptr
Definition: authdata.h:22