התכונה 'פעולות שיחה' הוצאה משימוש ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
AccountLinkingSecret
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מידע על סוד הלקוח המוצפן ב-OAuth שנעשה בו שימוש בתהליכי קישור החשבונות (לסוג ההרשאה AUTH_CODE).
ייצוג YAML |
encryptedClientSecret: string
encryptionKeyVersion: string |
שדות |
encryptedClientSecret |
string (bytes format)
מידע מוצפן (ciphertext) סודי של הלקוח לקישור חשבון מוצפן. מחרוזת בקידוד base64.
|
encryptionKeyVersion |
string
הגרסה של מפתח ההצפנה שמשמש להצפנת סוד הלקוח לקישור החשבון. חשוב לשים לב שהמערכת מתעלמת מהשדה הזה בתהליכי דחיפה, תצוגה מקדימה ויצירת גרסאות.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eEncrypted OAuth client secrets are used to secure account linking flows with the \u003ccode\u003eAUTH_CODE\u003c/code\u003e grant type.\u003c/p\u003e\n"],["\u003cp\u003eThe secret is represented in YAML with \u003ccode\u003eencryptedClientSecret\u003c/code\u003e containing the base64-encoded ciphertext and \u003ccode\u003eencryptionKeyVersion\u003c/code\u003e specifying the encryption key's version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eencryptedClientSecret\u003c/code\u003e is a base64-encoded string representing the encrypted client secret, and \u003ccode\u003eencryptionKeyVersion\u003c/code\u003e indicates the version of the encryption key used.\u003c/p\u003e\n"]]],["The core content details the structure of an encrypted OAuth client secret for account linking. It uses a YAML representation with two key fields: `encryptedClientSecret`, a base64-encoded string containing the encrypted secret ciphertext, and `encryptionKeyVersion`, specifying the crypto key version used for encryption. This information is crucial for understanding how account linking secrets are secured, particularly for the AUTH_CODE grant type. The encryption key version is not used in push, preview or version creation flows.\n"],null,["# AccountLinkingSecret\n\n- [YAML representation](#SCHEMA_REPRESENTATION)\n\nInformation about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).\n\n| YAML representation ||\n|--------------------------------------------------------------------|---|\n| ``` encryptedClientSecret: string encryptionKeyVersion: string ``` |\n\n| Fields ||\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `encryptedClientSecret` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Encrypted account linking client secret ciphertext. A base64-encoded string. |\n| `encryptionKeyVersion` | `string` The version of the crypto key used to encrypt the account linking client secret. Note that this field is ignored in push, preview, and version creation flows. |"]]