AccountLinkingSecret

  • Encrypted OAuth client secrets for account linking flows using the AUTH_CODE grant type are described.

  • The representation includes the encrypted client secret ciphertext and the version of the encryption key used.

  • The encryptedClientSecret is a base64-encoded string representing the ciphertext.

  • The encryptionKeyVersion indicates the crypto key version but is ignored in certain flows.

Information about the encrypted OAuth client secret used in account linking flows (for AUTH_CODE grant type).

YAML representation
encryptedClientSecret: string
encryptionKeyVersion: string
Fields
encryptedClientSecret

string (bytes format)

Encrypted account linking client secret ciphertext.

A base64-encoded string.

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.