Show / Hide Table of Contents

Class OAuth2

The OAuth 2.0 Settings

Inheritance
object
OAuth2
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.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class OAuth2 : IDirectResponseSchema

Properties

ClientId

The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.

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

ClientSecret

Input only. The OAuth 2.0 client secret created while registering the client ID.

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

ClientSecretSha256

Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.

Declaration
[JsonProperty("clientSecretSha256")]
public virtual string ClientSecretSha256 { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX