AccountLinkingSecret
Informationen zum verschlüsselten OAuth-Clientschlüssel, der bei Abläufen zur Kontoverknüpfung verwendet wird (für den AUTH_CODE-Berechtigungstyp).
YAML-Darstellung |
encryptedClientSecret: string
encryptionKeyVersion: string |
Felder |
encryptedClientSecret |
string (bytes format)
Geheimtext des verschlüsselten Clientschlüssels zur Kontoverknüpfung. Ein base64-codierter String.
|
encryptionKeyVersion |
string
Die Version des kryptografischen Schlüssels, die zum Verschlüsseln des Clientschlüssels zur Kontoverknüpfung verwendet wird. Dieses Feld wird beim Senden, in der Vorschau und bei der Versionserstellung ignoriert.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-22 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]