LinkingType
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Type d'association de comptes à effectuer.
Enums |
LINKING_TYPE_UNSPECIFIED |
URL indéterminée. |
GOOGLE_SIGN_IN |
Type d'association Google Sign-In. Si vous utilisez ce type d'association, vous ne devez définir aucun champ lié à OAuth ci-dessous. |
OAUTH_AND_GOOGLE_SIGN_IN |
Type d'association OAuth et Google Sign-In. |
OAUTH |
Type d'association OAuth. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\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. |"]]