AccountLinkingSecret
Informations sur le code secret du client OAuth chiffré utilisé dans les flux d'association de comptes (pour le type d'attribution AUTH_CODE).
Représentation YAML |
encryptedClientSecret: string
encryptionKeyVersion: string |
Champs |
encryptedClientSecret |
string (bytes format)
Texte chiffré du code secret du client d'association de comptes. Chaîne encodée en base64.
|
encryptionKeyVersion |
string
Version de la clé cryptographique utilisée pour chiffrer le code secret du client d'association de comptes. Notez que ce champ est ignoré dans les flux de transfert, d'aperçu et de création de version.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/08/22 (UTC).
[null,null,["Dernière mise à jour le 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"]]