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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `OAuthSettings` documentation is 2.7.0, with version 2.0.0 being the currently viewed version, and multiple versions available dating back to 1.0.0."],["`OAuthSettings` is a class that configures OAuth login and consent flow behavior, along with handling OAuth credentials within the `Google.Cloud.Iap.V1` namespace."],["This class inherits from `Object` and implements `IMessage\u003cOAuthSettings\u003e`, `IEquatable\u003cOAuthSettings\u003e`, `IDeepCloneable\u003cOAuthSettings\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class provides two constructors: a default constructor `OAuthSettings()` and an overloaded constructor `OAuthSettings(OAuthSettings other)` to create an instance from an existing `OAuthSettings` object."],["The `LoginHint` property allows setting a domain hint to be sent in OAuth requests, potentially skipping Google's login screen and redirecting to a primary IDP."]]],[]]