Cloud Identity-Aware Proxy v1 API - Class OAuthSettings (2.6.0)

public sealed class OAuthSettings : IMessage<OAuthSettings>, IEquatable<OAuthSettings>, IDeepCloneable<OAuthSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class OAuthSettings.

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

Inheritance

object > OAuthSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

OAuthSettings()

public OAuthSettings()

OAuthSettings(OAuthSettings)

public OAuthSettings(OAuthSettings other)
Parameter
NameDescription
otherOAuthSettings

Properties

LoginHint

public string LoginHint { get; set; }

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.

Property Value
TypeDescription
string

ProgrammaticClients

public RepeatedField<string> ProgrammaticClients { get; }

List of OAuth client IDs allowed to programmatically authenticate with IAP.

Property Value
TypeDescription
RepeatedFieldstring