AccountLinkingSecret
账号关联流程(适用于 AUTH_CODE 授权类型)中使用的已加密 OAuth 客户端密钥的相关信息。
JSON 表示法 |
{
"encryptedClientSecret": string,
"encryptionKeyVersion": string
} |
字段 |
encryptedClientSecret |
string (bytes format)
已加密的账号关联客户端密钥密文。 使用 base64 编码的字符串。
|
encryptionKeyVersion |
string
用于加密账号关联客户端密钥的加密密钥版本。请注意,在推送、预览和版本创建流程中,系统会忽略此字段。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Encrypted OAuth client secrets are used to secure account linking flows for the `AUTH_CODE` grant type."],["The secret is represented in JSON format with an `encryptedClientSecret` field containing the base64-encoded ciphertext and an `encryptionKeyVersion` field indicating the encryption key's version."]]],[]]