TreeFrogFramework: src/toauth2client.cpp File Reference
#include "toauth2client.h"
#include "thttpclient.h"
#include "thttputility.h"
#include <QMap>
#include <THttpRequest>

◆ oauth2ErrorCode
const QMap<QString, int> oauth2ErrorCode
Initial value:
= {
}
@ InvalidGrant
invalid grant
Definition toauth2client.h:15
@ InvalidClient
invalid client
Definition toauth2client.h:14
@ AccessDenied
access denied
Definition toauth2client.h:18
@ UnsupportedGrantType
unsupported grant type
Definition toauth2client.h:17
@ UnauthorizedClient
unauthorized client
Definition toauth2client.h:16
@ InvalidRequest
invalid request
Definition toauth2client.h:13
@ ServerError
server error
Definition toauth2client.h:21
@ TemporarilyUnavailable
temporarily unavailable
Definition toauth2client.h:22
@ InvalidScope
invalid scope
Definition toauth2client.h:20
@ UnsupportedResponseType
unsupported response type
Definition toauth2client.h:19