AccountLinkingSecret
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Informazioni sul client secret OAuth criptato utilizzato nei flussi di collegamento degli account (per il tipo di autorizzazione AUTH_CODE).
Rappresentazione JSON |
{
"encryptedClientSecret": string,
"encryptionKeyVersion": string
} |
Campi |
encryptedClientSecret |
string (bytes format)
Testo crittografato del client secret per il collegamento dell'account criptato. Una stringa con codifica base64.
|
encryptionKeyVersion |
string
La versione della chiave di crittografia utilizzata per criptare il client secret per il collegamento dell'account. Tieni presente che questo campo viene ignorato nei flussi di push, anteprima e creazione della versione.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eEncrypted OAuth client secrets are used to secure account linking flows for the \u003ccode\u003eAUTH_CODE\u003c/code\u003e grant type.\u003c/p\u003e\n"],["\u003cp\u003eThe secret is represented in JSON format with an \u003ccode\u003eencryptedClientSecret\u003c/code\u003e field containing the base64-encoded ciphertext and an \u003ccode\u003eencryptionKeyVersion\u003c/code\u003e field indicating the encryption key's version.\u003c/p\u003e\n"]]],[],null,["# AccountLinkingSecret\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).\n\n| JSON 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. |"]]