AccountLinkingSecret
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Informacje o zaszyfrowanym tajnym kluczu klienta OAuth używanym w przepływach łączenia kont (dla typu uwierzytelnienia AUTH_CODE).
Zapis JSON |
{
"encryptedClientSecret": string,
"encryptionKeyVersion": string
} |
Pola |
encryptedClientSecret |
string (bytes format)
Zaszyfrowany tekst szyfru połączenia konta klienta. Ciąg zakodowany w formacie base64.
|
encryptionKeyVersion |
string
Wersja klucza kryptograficznego używanego do szyfrowania tajnego klucza klienta łączącego konta. Pamiętaj, że to pole jest ignorowane w procesach przekazywania, podglądu i tworzenia wersji.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]