Class OAuth2 (1.17.1)
Stay organized with collections
Save and categorize content based on your preferences.
OAuth2
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
client_id
str
The OAuth 2.0 client ID registered in the
workforce identity federation OAuth 2.0 Server.
client_secret
str
Input only. The OAuth 2.0 client secret
created while registering the client ID.
client_secret_sha256
str
Output only. SHA256 hash value for the client
secret. This field is returned by IAP when the
settings are retrieved.
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.
[[["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 OAuth2 (1.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.17.1 (latest)](/python/docs/reference/iap/latest/google.cloud.iap_v1.types.OAuth2)\n- [1.17.0](/python/docs/reference/iap/1.17.0/google.cloud.iap_v1.types.OAuth2)\n- [1.16.1](/python/docs/reference/iap/1.16.1/google.cloud.iap_v1.types.OAuth2)\n- [1.15.0](/python/docs/reference/iap/1.15.0/google.cloud.iap_v1.types.OAuth2)\n- [1.14.1](/python/docs/reference/iap/1.14.1/google.cloud.iap_v1.types.OAuth2)\n- [1.13.5](/python/docs/reference/iap/1.13.5/google.cloud.iap_v1.types.OAuth2)\n- [1.12.0](/python/docs/reference/iap/1.12.0/google.cloud.iap_v1.types.OAuth2)\n- [1.10.3](/python/docs/reference/iap/1.10.3/google.cloud.iap_v1.types.OAuth2)\n- [1.9.0](/python/docs/reference/iap/1.9.0/google.cloud.iap_v1.types.OAuth2)\n- [1.8.1](/python/docs/reference/iap/1.8.1/google.cloud.iap_v1.types.OAuth2)\n- [1.7.0](/python/docs/reference/iap/1.7.0/google.cloud.iap_v1.types.OAuth2)\n- [1.6.0](/python/docs/reference/iap/1.6.0/google.cloud.iap_v1.types.OAuth2)\n- [1.5.4](/python/docs/reference/iap/1.5.4/google.cloud.iap_v1.types.OAuth2)\n- [1.4.1](/python/docs/reference/iap/1.4.1/google.cloud.iap_v1.types.OAuth2)\n- [1.3.1](/python/docs/reference/iap/1.3.1/google.cloud.iap_v1.types.OAuth2)\n- [1.2.1](/python/docs/reference/iap/1.2.1/google.cloud.iap_v1.types.OAuth2)\n- [1.1.0](/python/docs/reference/iap/1.1.0/google.cloud.iap_v1.types.OAuth2)\n- [1.0.2](/python/docs/reference/iap/1.0.2/google.cloud.iap_v1.types.OAuth2)\n- [0.1.2](/python/docs/reference/iap/0.1.2/google.cloud.iap_v1.types.OAuth2) \n\n OAuth2(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe OAuth 2.0 Settings"]]