Google APIs Client Library for C++
|
#include <stdlib.h>
#include <map>
#include <string>
#include "googleapis/base/callback.h"
#include "googleapis/base/integral_types.h"
#include "googleapis/base/macros.h"
#include "googleapis/base/mutex.h"
#include "googleapis/base/thread_annotations.h"
#include "googleapis/strings/stringpiece.h"
#include "googleapis/strings/numbers.h"
#include "googleapis/util/hash.h"
#include "googleapis/util/status.h"
Go to the source code of this file.
Classes | |
class | OAuth2PendingAuthorizations< CALLBACK > |
Manages callbacks for outstanding authorization code requests. More... | |
Namespaces | |
namespace | googleapis |
A service request pager acts as a high level iterator for paging through results. | |
namespace | googleapis::client |
namespace thread | |
Typedefs | |
typedef Callback2< const util::Status &, const StringPiece & > | OAuth2BasicAuthorizationCodeNotificationHandler |
Callback used to process authorization codes received from the OAuth 2.0 server. |