AI-generated Key Takeaways
-
Describes the encrypted OAuth client secret used in account linking flows with the AUTH_CODE grant type.
-
Contains fields for the encrypted client secret ciphertext and the version of the crypto key used for encryption.
-
The encrypted client secret is a base64-encoded string representing the ciphertext.
-
The encryption key version indicates which crypto key was used, but it's ignored in specific development workflows.
Information about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).
JSON representation | |
---|---|
{ "encryptedClientSecret": string, "encryptionKeyVersion": string } |
Fields | |
---|---|
encryptedClientSecret |
Encrypted account linking client secret ciphertext. A base64-encoded string. |
encryptionKeyVersion |
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. |