AccountLinkingSecret
Hesap bağlama akışlarında kullanılan şifrelenmiş OAuth istemci sırrı hakkında bilgiler (AUTH_CODE izin türü için).
YAML temsili |
encryptedClientSecret: string
encryptionKeyVersion: string |
Alanlar |
encryptedClientSecret |
string (bytes format)
Şifrelenmiş hesap bağlama istemci gizli anahtarı şifre metni. base64 kodlu bir dize.
|
encryptionKeyVersion |
string
Hesap bağlama istemci gizli anahtarını şifrelemek için kullanılan şifreleme anahtarının sürümü. Push, önizleme ve sürüm oluşturma akışlarında bu alanın yoksayıldığını unutmayın.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-22 UTC.
[null,null,["Son güncelleme tarihi: 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"]]