#include <authorization.hpp>
|
| Authorization (std::string_view scheme) |
|
AuthorizationScheme | scheme () const |
| Returns the authorization scheme. If the value is "Other", use unknownSchemeAsString instead.
|
|
std::string | unknownSchemeAsString () const |
| Use this function if scheme is "Other", this will then return the scheme instead as a string.
|
|
|
std::variant< AuthorizationScheme, std::string > | scheme_ |
|
◆ Authorization()
Roar::Authorization::Authorization |
( |
std::string_view |
scheme | ) |
|
◆ scheme()
AuthorizationScheme Roar::Authorization::scheme |
( |
| ) |
const |
Returns the authorization scheme. If the value is "Other", use unknownSchemeAsString instead.
◆ unknownSchemeAsString()
std::string Roar::Authorization::unknownSchemeAsString |
( |
| ) |
const |
Use this function if scheme is "Other", this will then return the scheme instead as a string.
◆ scheme_
std::variant<AuthorizationScheme, std::string> Roar::Authorization::scheme_ |
|
private |
The documentation for this class was generated from the following files: