Kurlyk
Loading...
Searching...
No Matches
data.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _KURLYK_HTTP_AUTH_DATA_HPP_INCLUDED
3#define _KURLYK_HTTP_AUTH_DATA_HPP_INCLUDED
4
7
8#include "data/OAuthToken.hpp"
10#include "data/AuthResult.hpp"
11
12#endif // _KURLYK_HTTP_AUTH_DATA_HPP_INCLUDED
Defines authentication result types and error codes.
Defines the OAuthConfig structure for OAuth2 client configuration.
Defines the OAuthToken structure for storing OAuth2 token data.