Google APIs Client Library for C++
OAuth2AuthorizationFlow Member List
This is the complete list of members for OAuth2AuthorizationFlow, including all inherited members.
authorization_code_callback() const OAuth2AuthorizationFlow [inline]
AuthorizationCodeCallback typedefOAuth2AuthorizationFlow
client_spec() const OAuth2AuthorizationFlow [inline]
credential_store() const OAuth2AuthorizationFlow [inline]
default_scopes() const OAuth2AuthorizationFlow [inline]
GenerateAuthorizationCodeRequestUrl(const StringPiece &scopes) const OAuth2AuthorizationFlow [inline]
GenerateAuthorizationCodeRequestUrl(const vector< StringPiece > &scopes) const OAuth2AuthorizationFlow
GenerateAuthorizationCodeRequestUrlWithOptions(const OAuth2RequestOptions &options) const OAuth2AuthorizationFlow [virtual]
InitFromJson(const StringPiece &json)OAuth2AuthorizationFlow
InitFromJsonData(const SimpleJsonData *data)OAuth2AuthorizationFlow [protected, virtual]
JoinScopes(const vector< StringPiece > &scopes)OAuth2AuthorizationFlow [static]
kGoogleAccountsOauth2UrlOAuth2AuthorizationFlow [static]
kOutOfBandUrlOAuth2AuthorizationFlow [static]
MakeFlowFromClientSecretsJson(const StringPiece &json, HttpTransport *transport, util::Status *status)OAuth2AuthorizationFlow [static]
MakeFlowFromClientSecretsPath(const StringPiece &path, HttpTransport *transport, util::Status *status)OAuth2AuthorizationFlow [static]
mutable_client_spec()OAuth2AuthorizationFlow [inline]
NewCredential()OAuth2AuthorizationFlow
NewExchangeAuthorizationCodeRequest(const StringPiece &authorization_code, OAuth2Credential *credential)OAuth2AuthorizationFlow [inline]
NewExchangeAuthorizationCodeRequestWithOptions(const StringPiece &authorization_code, const OAuth2RequestOptions &options, OAuth2Credential *credential)OAuth2AuthorizationFlow
NewRefreshTokenRequest(OAuth2Credential *credential)OAuth2AuthorizationFlow
NewRevokeAccessTokenRequest(OAuth2Credential *credential)OAuth2AuthorizationFlow
NewRevokeRefreshTokenRequest(OAuth2Credential *credential)OAuth2AuthorizationFlow
OAuth2AuthorizationFlow(HttpTransport *transport)OAuth2AuthorizationFlow [explicit]
OAuth2Credential classOAuth2AuthorizationFlow [friend]
PerformExchangeAuthorizationCode(const string &authorization_code, const OAuth2RequestOptions &options, OAuth2Credential *credential)OAuth2AuthorizationFlow [virtual]
PerformRefreshToken(const OAuth2RequestOptions &options, OAuth2Credential *credential)OAuth2AuthorizationFlow [virtual]
PerformRevokeToken(bool access_token_only, OAuth2Credential *credential)OAuth2AuthorizationFlow [virtual]
RefreshCredentialWithOptions(const OAuth2RequestOptions &options, OAuth2Credential *credential)OAuth2AuthorizationFlow [virtual]
ResetCredentialStore(CredentialStore *store)OAuth2AuthorizationFlow
set_authorization_code_callback(AuthorizationCodeCallback *callback)OAuth2AuthorizationFlow
set_default_scopes(const StringPiece &scopes)OAuth2AuthorizationFlow [inline]
~OAuth2AuthorizationFlow()OAuth2AuthorizationFlow [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines