AccountLinkingSecret
Informacje o zaszyfrowanym tajnym kluczu klienta OAuth używanym w przepływach łączenia kont (dla typu uwierzytelnienia AUTH_CODE).
Reprezentacja YAML |
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: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]