Приложение Flip для Android
{% include "/identity/account-linking/templates/___app-flip-android" %}
,
{% include "/identity/account-linking/templates/___app-flip-android" %}
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-19 UTC.
[null,null,["Последнее обновление: 2024-11-19 UTC."],[[["OAuth-based App Flip linking streamlines account linking on Android by allowing users to sign in using existing app authorizations, eliminating the need for credential re-entry in a browser."],["Integrating App Flip into your Android app involves modifying your `AndroidManifest.xml`, validating the calling app's signature and client ID, and handling authorization and error responses."],["Upon successful authorization, your app returns an authorization code to Google; in case of errors, specific result codes and error types are returned to trigger appropriate fallback mechanisms."],["The App Flip linking sample app and test tool provide resources to understand and verify your app's integration with this feature."],["The launch intent from Google includes `CLIENT_ID`, `SCOPE`, and `REDIRECT_URI`, while the response data includes `AUTHORIZATION_CODE`, `resultCode`, and error details if applicable."]]],[]]