Google APIs Client Library for C++
|
Options for overriding the default attributes in an OAuth2AuthorizationFlow when making OAuth2TokenRequests. More...
#include "client/auth/oauth2_authorization.h"
Public Attributes | |
string | redirect_uri |
if empty use flow's default redirect_uri | |
string | scopes |
if empty use flow's default scopes | |
string | user_id |
an optional key for credential_store |
Options for overriding the default attributes in an OAuth2AuthorizationFlow when making OAuth2TokenRequests.
These overrides are used in APIs to change the default values configured in the flow. Empty values will defer to the default value (if any).
string redirect_uri |
if empty use flow's default redirect_uri
string scopes |
if empty use flow's default scopes
string user_id |
an optional key for credential_store