libzypp
10.5.0
|
#include <ZYppCallbacks.h>
Public Member Functions | |
virtual bool | prompt (const Url &, const std::string &, AuthData &) |
Prompt for authentication data. |
Definition at line 370 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 386 of file ZYppCallbacks.h.