1#ifndef TENDUKE_OAUTH_OAUTHINVALIDGRANT_H
2#define TENDUKE_OAUTH_OAUTHINVALIDGRANT_H
4#include "./OAuthServerError.h"
Phase
Phase where this exception occurred.
Definition OAuthException.h:21
Exception thrown when server reported "invalid_grant".
Definition OAuthInvalidGrant.h:15
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
OAuth services.
Definition AccessTokenRequestAuthenticator.h:8
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7