대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
LinkingType
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
LINKING_TYPE_UNSPECIFIED |
지정되지 않았습니다. |
GOOGLE_SIGN_IN |
Google 로그인 연결 유형입니다. 이 연결 유형을 사용하는 경우에는 아래에 OAuth 관련 필드를 설정할 필요가 없습니다. |
OAUTH_AND_GOOGLE_SIGN_IN |
OAuth 및 Google 로그인 연결 유형입니다. |
OAUTH |
OAuth 연결 유형입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 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. |"]]