|
TreeFrogFramework 2.10
|
Searching...
No Matches
toauth2client.cpp File Reference
#include "toauth2client.h"#include "thttpclient.h"#include "thttputility.h"#include <QMap>#include <THttpRequest>
Include dependency graph for toauth2client.cpp:

Variables | |
| const QMap< QString, int > | oauth2ErrorCode |
Variable Documentation
โ oauth2ErrorCode
| const QMap<QString, int> oauth2ErrorCode |
Initial value:
= {
{QString("invalid_request"), TOAuth2Client::InvalidRequest},
{QString("invalid_client"), TOAuth2Client::InvalidClient},
{QString("invalid_grant"), TOAuth2Client::InvalidGrant},
{QString("unauthorized_client"), TOAuth2Client::UnauthorizedClient},
{QString("unsupported_grant_type"), TOAuth2Client::UnsupportedGrantType},
{QString("access_denied"), TOAuth2Client::AccessDenied},
{QString("unsupported_response_type"), TOAuth2Client::UnsupportedResponseType},
{QString("invalid_scope"), TOAuth2Client::InvalidScope},
{QString("server_error"), TOAuth2Client::ServerError},
{QString("temporarily_unavailable"), TOAuth2Client::TemporarilyUnavailable},
}
@ UnsupportedGrantType
unsupported grant type
Definition toauth2client.h:17
@ UnauthorizedClient
unauthorized client
Definition toauth2client.h:16
@ UnsupportedResponseType
unsupported response type
Definition toauth2client.h:19