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."],[[["Version 2.7.0 is the latest available version, while the current documentation pertains to version 2.5.0 of the Cloud Identity-Aware Proxy v1 API."],["The `OAuthSettings` class is used for configuring OAuth login and consent flow behavior, as well as OAuth credentials within the Cloud Identity-Aware Proxy v1 API."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the namespace `Google.Cloud.Iap.V1`."],["The class includes two constructors, `OAuthSettings()` and `OAuthSettings(OAuthSettings)`, and contains the properties `LoginHint` and `ProgrammaticClients`."],["`LoginHint` is used to redirect users to their primary IDP by sending it as an hd=? parameter in the OAuth request, while `ProgrammaticClients` contains a list of client IDs that are allowed programmatic authentication."]]],[]]