LinkingType
The type of Account Linking to perform.
Enums |
LINKING_TYPE_UNSPECIFIED |
Unspecified. |
GOOGLE_SIGN_IN |
Google Sign In linking type. If using this linking type, no OAuth-related fields need to be set below. |
OAUTH_AND_GOOGLE_SIGN_IN |
OAuth and Google Sign In linking type. |
OAUTH |
OAuth linking type. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Encrypts the OAuth client secret used in account linking flows for initial encryption or re-encryption with the latest primary key."],["Sends an HTTP POST request to `https://actions.googleapis.com/v2:encryptSecret` with the client secret in the request body."],["The request body requires a JSON object containing the `clientSecret` string."],["The response body contains the encrypted `accountLinkingSecret` and the `keyVersion` used for encryption within a JSON object."]]],[]]