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

Defines authentication result types and error codes. More...

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

Go to the source code of this file.

Classes

struct  kurlyk::AuthResult
 Encapsulates the outcome of an authentication operation. More...

Namespaces

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

Macros

#define _KURLYK_HTTP_AUTH_DATA_AUTH_RESULT_HPP_INCLUDED

Enumerations

enum class  kurlyk::AuthError {
  kurlyk::None , kurlyk::InvalidConfig , kurlyk::HttpError , kurlyk::InvalidResponse ,
  kurlyk::TokenExpired , kurlyk::UnsupportedFlow , kurlyk::StateMismatch
}
 Classification of authentication errors. More...

Detailed Description

Defines authentication result types and error codes.

Definition in file AuthResult.hpp.

Macro Definition Documentation

◆ _KURLYK_HTTP_AUTH_DATA_AUTH_RESULT_HPP_INCLUDED

#define _KURLYK_HTTP_AUTH_DATA_AUTH_RESULT_HPP_INCLUDED

Definition at line 3 of file AuthResult.hpp.