서드 파티 로그인 지원
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 가이드에서는 CustomTabsIntent
를 사용하여 서드 파티 로그인을 지원하는 방법을 설명합니다.
웹 URI 인텐트
PC용 Google Play 게임즈는 최적화된 사용자 환경을 위해 모든 일반 웹 Uri intents
를 기본 Windows 브라우저로 리디렉션합니다. 게임은 기본 Windows 브라우저에서 다시 정보를 수신하지 않으므로 이 흐름은 서드 파티 로그인이나 소셜 플랫폼을 통해 사용자에 로그인하도록 허용하지 않습니다.
CustomTabsIntent
그러나 PC용 Google Play 게임즈를 사용하면 인기 있는 서드 파티 로그인 방식이 CustomTabsIntent
객체를 사용하여 작동할 수 있으므로 사용자 로그인을 위해 개발자 측에서 변경할 작업은 없습니다.
새 로그인 사이트를 등록하려면 Google 담당자에게 문의해야 합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2023-09-15(UTC)
[null,null,["최종 업데이트: 2023-09-15(UTC)"],[],[],null,["# Third-party login support\n\nThis guide describes how to use\n[`CustomTabsIntent`](/reference/androidx/browser/customtabs/CustomTabsIntent)\nto support third-party logins.\n\nWeb Uri intent\n--------------\n\nGoogle Play Games for PC redirects all regular web\n[`Uri intents`](/guide/components/intents-common#Browser) to the default Windows\nbrowser for an optimized user experience. Games don't receive any information\nback from the default Windows browser, so this flow doesn't allow you to login\nusers via a third-party login or a social platform.\n\nCustomTabsIntent\n----------------\n\nHowever, Google Play Games for PC allows popular third-party login methods to\nwork using\n[`CustomTabsIntent`](/reference/androidx/browser/customtabs/CustomTabsIntent)\nobjects such that no changes are expected on developers' end for user login.\n\nIf you want to register a new login site, you should reach out to your Google\ncontact."]]