Some Web APIs requires authenticating via HTTP Digest auth ( i.e. MD5 hashed user and password ). More...
Additional Inherited Members | |
Public Member Functions inherited from xxhr::Authentication | |
template<typename UserType , typename PassType > | |
Authentication (UserType &&username, PassType &&password) | |
Specify username and password for basic auth. | |
Please note that this authentication mode as of xxhr v0.0.2 is supported only in WebAssembly backend.