roar
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
authorization.hpp File Reference
#include <variant>
#include <string>
#include <string_view>
#include <boost/describe/enum.hpp>
Include dependency graph for authorization.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Roar::Authorization
 

Namespaces

namespace  Roar
 

Functions

 Roar::BOOST_DEFINE_ENUM (AuthorizationScheme, Basic, Bearer, Digest, Hoba, Mutual, Ntlm, Vapid, Scram, Aws4_Hmac_Sha256, Other)
 
AuthorizationScheme Roar::authorizationSchemeFromString (std::string_view)
 
std::string Roar::to_string (AuthorizationScheme scheme)