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` API class is 2.7.0, with version 2.1.0 being the current context, and the class is part of the Google Cloud Identity-Aware Proxy v1 API."],["`OAuthSettings` is a class used for configuring OAuth login and consent flow, along with OAuth credentials, and it inherits from `Object` and implements several interfaces."],["The class has methods inherited from the base Object class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and also has implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`OAuthSettings` includes properties like `LoginHint`, which is a string type used for providing a domain hint during the OAuth request flow, enabling redirection to the primary IDP."],["The class has two constructors: one parameterless `OAuthSettings()`, and the other `OAuthSettings(OAuthSettings other)` that takes another `OAuthSettings` object as a parameter."]]],[]]