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 available for `OAuthSettings` is 2.7.0, with multiple previous versions accessible, including 1.2.0, 1.1.0 and 1.0.0."],["`OAuthSettings` is a class that configures the OAuth login and consent flow behavior, including settings for OAuth credentials."],["The `OAuthSettings` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoginHint` property, of type string, allows setting a domain hint for OAuth requests to redirect to the primary IDP, bypassing the Google login screen."],["`OAuthSettings` class provides two constructors, a default constructor, and one to create an instance from an existing `OAuthSettings` object."]]],[]]