התכונה 'פעולות שיחה' הוצאה משימוש ב-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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["Encrypted OAuth client secrets are used to secure account linking flows with the `AUTH_CODE` grant type."],["The secret is represented in YAML with `encryptedClientSecret` containing the base64-encoded ciphertext and `encryptionKeyVersion` specifying the encryption key's version."],["`encryptedClientSecret` is a base64-encoded string representing the encrypted client secret, and `encryptionKeyVersion` indicates the version of the encryption key used."]]],["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"]]