Show / Hide Table of Contents

Class OAuthSettings

Configuration for OAuth login&consent flow behavior as well as for OAuth Credentials.

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

Properties

ETag

The ETag of the item.

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

LoginHint

Domain hint to send as hd=? parameter in OAuth request flow. Enables redirect to primary IDP by skipping Google's login screen. https://developers.google.com/identity/protocols/OpenIDConnect#hd-param Note: IAP does not verify that the id token's hd claim matches this value since access behavior is managed by IAM policies.

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

ProgrammaticClients

Optional. List of client ids allowed to use IAP programmatically.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX