#include <zypp/ZYppCallbacks.h>
Definition at line 474 of file ZYppCallbacks.h.
 
◆ prompt()
  
  | 
        
          | virtual bool zypp::media::AuthenticationReport::prompt | ( | const Url & | , |  
          |  |  | const std::string & | , |  
          |  |  | AuthData & | ) |  | inlinevirtual | 
 
Prompt for authentication data. 
- Parameters
- 
  
    | 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, password or other special data (derived AuthData objects). |  
 
- Returns
- true if user chooses to continue with authentication, false otherwise 
Definition at line 490 of file ZYppCallbacks.h.
 
 
The documentation for this struct was generated from the following file: