ews-cpp  0.9
Public Member Functions | List of all members
ews::basic_credentials Class Referencefinal

This class allows HTTP basic authentication. More...

#include <ews.hpp>

Inheritance diagram for ews::basic_credentials:

Public Member Functions

 basic_credentials (std::string username, std::string password)
 

Detailed Description

This class allows HTTP basic authentication.

Basic authentication allows a client application to authenticate with username and password. Important: Because the password is transmitted to the server in plain-text, this method is not secure unless you provide some form of transport layer security.

However, basic authentication can be the correct choice for your application in some circumstances, e.g., for debugging purposes or if you have a proxy in between that does not support NTLM, if your application communicates via TLS encrypted HTTP.


The documentation for this class was generated from the following file: