1#ifndef TENDUKE_OAUTH_OAUTHINVALIDGRANT_H 
    2#define TENDUKE_OAUTH_OAUTHINVALIDGRANT_H 
    4#include "./OAuthServerError.h" 
OAuthInvalidGrant(Phase phase, std::string error, const std::string &errorDescription)
Constructs new instance.
Definition OAuthInvalidGrant.h:23
 
Phase
Phase where this exception occurred.
Definition OAuthException.h:21
 
OAuthInvalidGrant(Phase phase, std::string error, const std::string &errorDescription)
Constructs new instance.
Definition OAuthInvalidGrant.h:23
 
Thrown when server reported an OAuth-related error.
Definition OAuthServerError.h:28
 
OAuthServerError(Phase phase, std::string error, const std::string &errorDescription)
Constructs new instance.
Definition OAuthServerError.h:36
 
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4