Show / Hide Table of Contents

Class EndUserAuthenticationConfigOauth2ClientCredentials

Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.

Inheritance
object
EndUserAuthenticationConfigOauth2ClientCredentials
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 EndUserAuthenticationConfigOauth2ClientCredentials : IDirectResponseSchema

Properties

ClientId

The client identifier.

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

ClientSecret

Required. string value or secret version containing the client secret.

Declaration
[JsonProperty("clientSecret")]
public virtual EUASecret ClientSecret { get; set; }
Property Value
Type Description
EUASecret

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX