LinkingType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
LINKING_TYPE_UNSPECIFIED |
未指定。 |
GOOGLE_SIGN_IN |
Google 登录关联类型。如果使用此关联类型,则无需在下方设置与 OAuth 相关的字段。 |
OAUTH_AND_GOOGLE_SIGN_IN |
OAuth 和 Google 登录关联类型。 |
OAUTH |
OAuth 关联类型。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eEncrypts the OAuth client secret used in account linking flows for initial encryption or re-encryption with the latest primary key.\u003c/p\u003e\n"],["\u003cp\u003eSends an HTTP POST request to \u003ccode\u003ehttps://actions.googleapis.com/v2:encryptSecret\u003c/code\u003e with the client secret in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a JSON object containing the \u003ccode\u003eclientSecret\u003c/code\u003e string.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains the encrypted \u003ccode\u003eaccountLinkingSecret\u003c/code\u003e and the \u003ccode\u003ekeyVersion\u003c/code\u003e used for encryption within a JSON object.\u003c/p\u003e\n"]]],[],null,["# LinkingType\n\nThe type of Account Linking to perform.\n\n| Enums ||\n|----------------------------|--------------------------------------------------------------------------------------------------------|\n| `LINKING_TYPE_UNSPECIFIED` | Unspecified. |\n| `GOOGLE_SIGN_IN` | Google Sign In linking type. If using this linking type, no OAuth-related fields need to be set below. |\n| `OAUTH_AND_GOOGLE_SIGN_IN` | OAuth and Google Sign In linking type. |\n| `OAUTH` | OAuth linking type. |"]]