#include <ZYppCallbacks.h>
Public Member Functions | |
| virtual bool | prompt (const Url &, const std::string &, AuthData &) |
| Prompt for authentication data. | |
Definition at line 342 of file ZYppCallbacks.h.
| virtual bool zypp::media::AuthenticationReport::prompt | ( | const Url & | , | |
| const std::string & | , | |||
| AuthData & | ||||
| ) | [inline, virtual] |
Prompt for authentication data.
| url | URL which required the authentication | |
| msg | prompt text | |
| auth_data | input/output object for handling authentication data. As an input parameter auth_data can be prefilled with username (from previous try) or auth_type (available authentication methods aquired from server (only CurlAuthData)). As an output parameter it serves for sending username, pasword or other special data (derived AuthData objects). |
Definition at line 358 of file ZYppCallbacks.h.
1.5.3