#include <http_jwt.h>
◆ extract_token()
static std::optional< Token > http::JwtVerifier::extract_token |
( |
const ccf::http::HeaderMap & |
headers, |
|
|
std::string & |
error_reason |
|
) |
| |
|
inlinestatic |
◆ parse_auth_scheme()
static bool http::JwtVerifier::parse_auth_scheme |
( |
std::string_view & |
auth_header_value, |
|
|
std::string & |
error_reason |
|
) |
| |
|
inlinestatic |
◆ parse_token()
static std::optional< Token > http::JwtVerifier::parse_token |
( |
std::string_view & |
token, |
|
|
std::string & |
error_reason |
|
) |
| |
|
inlinestatic |
◆ validate_token_signature()
The documentation for this class was generated from the following file: