Kurlyk
Loading...
Searching...
No Matches
auth.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef KURLYK_HEADER_KURLYK_HTTP_AUTH_HPP_INCLUDED
3#define KURLYK_HEADER_KURLYK_HTTP_AUTH_HPP_INCLUDED
4
7
8#include "auth/data.hpp"
9#include "auth/storage.hpp"
13
14#if KURLYK_OAUTH_SUPPORT
16#endif
17
18#endif // KURLYK_HEADER_KURLYK_HTTP_AUTH_HPP_INCLUDED
Provides API key authentication via header or query parameter.
Provides Bearer token authentication for HTTP requests.
Defines the IAuthProvider interface for HTTP authentication strategies.
OAuth2 Authorization Code + PKCE client using standalone HTTP helpers.
Aggregates OAuth2 authentication data structures.
Aggregates authentication storage interfaces.