Kurlyk
Loading...
Searching...
No Matches
BearerTokenAuthProvider.hpp File Reference

Provides Bearer token authentication for HTTP requests. More...

#include "IAuthProvider.hpp"
#include <string>

Go to the source code of this file.

Classes

class  kurlyk::http::auth::BearerTokenAuthProvider
 Injects an Authorization: Bearer <token> header. More...

Namespaces

namespace  kurlyk
 Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions.
namespace  kurlyk::http
namespace  kurlyk::http::auth

Macros

#define _KURLYK_HTTP_AUTH_BEARER_TOKEN_AUTH_PROVIDER_HPP_INCLUDED

Detailed Description

Provides Bearer token authentication for HTTP requests.

Definition in file BearerTokenAuthProvider.hpp.

Macro Definition Documentation

◆ _KURLYK_HTTP_AUTH_BEARER_TOKEN_AUTH_PROVIDER_HPP_INCLUDED

#define _KURLYK_HTTP_AUTH_BEARER_TOKEN_AUTH_PROVIDER_HPP_INCLUDED

Definition at line 3 of file BearerTokenAuthProvider.hpp.