RESTinio
|
Helpers for dealing with bearer authentification. More...
#include <restinio/helpers/http_field_parsers/authorization.hpp>
#include <restinio/http_headers.hpp>
#include <restinio/request_handler.hpp>
#include <restinio/expected.hpp>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | restinio::http_field_parsers::bearer_auth::params_t |
Parameters for bearer authentification. More... | |
Namespaces | |
namespace | restinio |
namespace | restinio::http_field_parsers |
namespace | restinio::http_field_parsers::bearer_auth |
namespace | restinio::http_field_parsers::bearer_auth::impl |
Enumerations | |
enum class | restinio::http_field_parsers::bearer_auth::extraction_error_t { restinio::http_field_parsers::bearer_auth::no_auth_http_field , restinio::http_field_parsers::bearer_auth::illegal_http_field_value , restinio::http_field_parsers::bearer_auth::not_bearer_auth_scheme , restinio::http_field_parsers::bearer_auth::invalid_bearer_auth_param } |
Error codes for failures of extraction of bearer authentification parameters. More... | |
Helpers for dealing with bearer authentification.
Definition in file bearer_auth.hpp.