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."],[[["This webpage details the `OAuthSettings` class, which is utilized for configuring OAuth login and consent flow behavior, as well as OAuth credentials within the Google Cloud IAP V1 namespace."],["The latest version available for this class is 2.7.0, and the content on the page is showing version 1.1.0, while also providing links to previous versions, from 1.0.0 to 2.6.0."],["The `OAuthSettings` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["The class has two constructors: a parameterless one, and one that takes another `OAuthSettings` object for copying."],["The `OAuthSettings` class includes a `LoginHint` property of type `string`, which is used as the domain hint to streamline the login process by bypassing the Google login screen."]]],[]]