Send feedback
Class OAuthSettings (1.17.1) Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
OAuthSettings
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
Configuration for OAuth login&consent flow behavior as well
as for OAuth Credentials.
login_hint
google.protobuf.wrappers_pb2.StringValue
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.
programmatic_clients
MutableSequence[str]
Optional. List of client ids allowed to use
IAP programmatically.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
Need to tell us more?
[[["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-09-04 UTC."],[],[],null,["# Class OAuthSettings (1.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.17.1 (latest)](/python/docs/reference/iap/latest/google.cloud.iap_v1.types.OAuthSettings)\n- [1.17.0](/python/docs/reference/iap/1.17.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.16.1](/python/docs/reference/iap/1.16.1/google.cloud.iap_v1.types.OAuthSettings)\n- [1.15.0](/python/docs/reference/iap/1.15.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.14.1](/python/docs/reference/iap/1.14.1/google.cloud.iap_v1.types.OAuthSettings)\n- [1.13.5](/python/docs/reference/iap/1.13.5/google.cloud.iap_v1.types.OAuthSettings)\n- [1.12.0](/python/docs/reference/iap/1.12.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.10.3](/python/docs/reference/iap/1.10.3/google.cloud.iap_v1.types.OAuthSettings)\n- [1.9.0](/python/docs/reference/iap/1.9.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.8.1](/python/docs/reference/iap/1.8.1/google.cloud.iap_v1.types.OAuthSettings)\n- [1.7.0](/python/docs/reference/iap/1.7.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.6.0](/python/docs/reference/iap/1.6.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.5.4](/python/docs/reference/iap/1.5.4/google.cloud.iap_v1.types.OAuthSettings)\n- [1.4.1](/python/docs/reference/iap/1.4.1/google.cloud.iap_v1.types.OAuthSettings)\n- [1.3.1](/python/docs/reference/iap/1.3.1/google.cloud.iap_v1.types.OAuthSettings)\n- [1.2.1](/python/docs/reference/iap/1.2.1/google.cloud.iap_v1.types.OAuthSettings)\n- [1.1.0](/python/docs/reference/iap/1.1.0/google.cloud.iap_v1.types.OAuthSettings)\n- [1.0.2](/python/docs/reference/iap/1.0.2/google.cloud.iap_v1.types.OAuthSettings)\n- [0.1.2](/python/docs/reference/iap/0.1.2/google.cloud.iap_v1.types.OAuthSettings) \n\n OAuthSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nConfiguration for OAuth login\\&consent flow behavior as well\nas for OAuth Credentials."]]