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.
Implements
IMessage<OAuthSettings>, IEquatable<OAuthSettings>, IDeepCloneable<OAuthSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
OAuthSettings()
public OAuthSettings()
OAuthSettings(OAuthSettings)
public OAuthSettings(OAuthSettings other)
Parameter | |
---|---|
Name | Description |
other | OAuthSettings |
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 | |
---|---|
Type | Description |
String |