Google APIs Client Library for C++
OAuth2RequestOptions Struct Reference

Options for overriding the default attributes in an OAuth2AuthorizationFlow when making OAuth2TokenRequests. More...

#include "client/auth/oauth2_authorization.h"

List of all members.

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

Detailed Description

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).


Member Data Documentation

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines