Show / Hide Table of Contents

Class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged

Parameters to support Oauth 2.0 Auth Code Grant Authentication using Google Provided OAuth Client. See https://tools.ietf.org/html/rfc6749#section-1.3.1 for more details.

Inheritance
object
EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged : IDirectResponseSchema

Properties

AuthCode

Optional. Authorization code to be exchanged for access and refresh tokens.

Declaration
[JsonProperty("authCode")]
public virtual string AuthCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OauthTokenData

Auth Code Data

Declaration
[JsonProperty("oauthTokenData")]
public virtual OAuthTokenData OauthTokenData { get; set; }
Property Value
Type Description
OAuthTokenData

RedirectUri

Optional. Redirect URI to be provided during the auth code exchange.

Declaration
[JsonProperty("redirectUri")]
public virtual string RedirectUri { get; set; }
Property Value
Type Description
string

Scopes

Required. Scopes the connection will request when the user performs the auth code flow.

Declaration
[JsonProperty("scopes")]
public virtual IList<string> Scopes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX