Fichier de travail (INPUT) : ./DUMP-TEXT/1-149.txt
Encodage utilisé (INPUT) : utf-8
Forme recherchée : identity|هویت
_________________________________________________________________________________________________
Ligne n°3 : ... (BUTTON)- Ligne n°4 : * Identity Toolkit for Android
Ligne n°12 : ... (BUTTON)- Ligne n°13 : * Identity Toolkit for Android
- Ligne n°19 : The newest version of Google Identity Toolkit has been released as
Ligne n°20 : Google Cloud's Identity Platform and Firebase Authentication. These ...
Ligne n°19 : ... The newest version of Google Identity Toolkit has been released as- Ligne n°20 : Google Cloud's Identity Platform and Firebase Authentication. These
Ligne n°21 : products include upgraded client SDKs, open source UI libraries, ...- Ligne n°25 : Based on your needs, new projects should use either Identity Platform
Ligne n°26 : or Firebase Authentication. To migrate an existing project from ...
Ligne n°26 : ... or Firebase Authentication. To migrate an existing project from- Ligne n°27 : Identity Toolkit, see the Identity Platform migration guide or Firebase
- Ligne n°27 : Identity Toolkit, see the Identity Platform migration guide or Firebase
Ligne n°28 : Authentication migration guide. ...
Ligne n°31 : ... * Products- Ligne n°32 : * Google Identity Platform
Ligne n°33 : * Identity Toolkit ...
Ligne n°32 : ... * Google Identity Platform- Ligne n°33 : * Identity Toolkit
Ligne n°34 : * Identity Toolkit for Android ...
Ligne n°33 : ... * Identity Toolkit- Ligne n°34 : * Identity Toolkit for Android
Ligne n°35 : * ...- Ligne n°37 : Use Identity Toolkit in your Android App
Ligne n°39 : ... We know developers need to engage their users across all platforms, so- Ligne n°40 : Google Identity Toolkit runs natively on Android. Our Android SDK
Ligne n°41 : provides an easy to use identity solution for all developers. ...
Ligne n°40 : ... Google Identity Toolkit runs natively on Android. Our Android SDK- Ligne n°41 : provides an easy to use identity solution for all developers.
- Ligne n°48 : Otherwise, follow these instructions to add Google Identity Toolkit to
Ligne n°49 : your own application. ...
Ligne n°50 : ... 1. Download the Android SDK from our Github repository. Use- Ligne n°51 : identitytoolkit-api10.aar if you plan on supporting api level 10.
Ligne n°52 : Note that if you are supporting api level 10, the Acitivity that ...
Ligne n°54 : ... android.support.v4.app.FragmentActivity. Otherwise use- Ligne n°55 : identitytoolkit-api11.aar if you only need api level 11+, which
Ligne n°56 : does not require a support library. ...
Ligne n°56 : ... does not require a support library.- Ligne n°57 : 2. Configure the Identity Toolkit API as outlined in the Android
Ligne n°58 : Quick-start. ...
Ligne n°77 : ... 4. Enter a name, and fill in the the SHA1 and the package- Ligne n°78 : name (e.g., com.google.identitytoolkit.demo), then select
Ligne n°79 : Create. ...
Ligne n°88 : ... com.googleusercontent.apps.123 here.- Ligne n°89 : + Uncomment the identitytoolkit.api_key meta data and replace
Ligne n°90 : the placeholder with your API key. You can find your API key ...
Ligne n°91 : ... in the API keys section under the Type "Android".- Ligne n°92 : + Uncomment the identitytoolkit.server_client_id meta data and
Ligne n°93 : replace the placeholder with your server client ID. You can ...
Ligne n°95 : ... Type "Web application".- Ligne n°96 : + Uncomment the identitytoolkit.server_widget_url and replace
Ligne n°97 : the placeholder with your server side Gitkit widget absolute ...- Ligne n°102 : Adding Identity Providers
Ligne n°109 : ... 1. Add the Facebook dependencies- Ligne n°110 : 1. Copy {GITKIT_SDK_DIR}/plugins/identitytoolkit_fbv4.jar to your
Ligne n°111 : libs folder.(If you wish to use Facebook Android SDK v3.x, ...
Ligne n°111 : ... libs folder.(If you wish to use Facebook Android SDK v3.x,- Ligne n°112 : copy {GITKIT_SDK_DIR}/plugins/identitytoolkit_fb.jar instead)
Ligne n°113 : 2. Update the dependencies section of your build.gradle file to ...
Ligne n°120 : ... compile 'com.facebook.android:facebook-android-sdk:4.8.1'- Ligne n°121 : compile(name:'identitytoolkit-api11', ext:'aar')
Ligne n°122 : compile(name:'identitytoolkit_fbv4', ext:'jar') ...
Ligne n°121 : ... compile(name:'identitytoolkit-api11', ext:'aar')- Ligne n°122 : compile(name:'identitytoolkit_fbv4', ext:'jar')
Ligne n°123 : } ...
Ligne n°137 : ... 1. From the project drop-down, select the project where your- Ligne n°138 : Identity Toolkit API Android App is configured.
Ligne n°139 : 2. From the list of enabled APIs, find the Identity Toolkit ...
Ligne n°138 : ... Identity Toolkit API Android App is configured.- Ligne n°139 : 2. From the list of enabled APIs, find the Identity Toolkit
Ligne n°140 : API, then select the gear icon to the right of the name. ...
Ligne n°149 : ... in the Site URL field.- Ligne n°150 : 3. Configure your Identity Toolkit app.
Ligne n°151 : 1. Add a string value for the Facebook app ID (you can get it ...
Ligne n°167 : ... 4. To enable the Facebook button, change the value of- Ligne n°168 : identitytoolkit.show_providers meta data in
Ligne n°169 : AndroidManifest.xml to "Google, Yahoo, Facebook". ...- Ligne n°173 : To enable Yahoo login, note that you need to have the Google Identity
Ligne n°174 : Toolkit javascript widget running at your ...
Ligne n°174 : ... Toolkit javascript widget running at your- Ligne n°175 : identitytoolkit.server_widget_url.
Ligne n°176 : 1. Under the identitytoolkit.show_providers meta-data, add "Yahoo" to ...
Ligne n°175 : ... identitytoolkit.server_widget_url.- Ligne n°176 : 1. Under the identitytoolkit.show_providers meta-data, add "Yahoo" to
Ligne n°177 : the comma-separated list. ...
Ligne n°183 : ... To enable Microsoft login, note that you need to have the Google- Ligne n°184 : Identity Toolkit javascript widget running at your
Ligne n°185 : identitytoolkit.server_widget_url. ...
Ligne n°184 : ... Identity Toolkit javascript widget running at your- Ligne n°185 : identitytoolkit.server_widget_url.
Ligne n°186 : 1. Follow these instructions to enable your Microsoft app. You should ...
Ligne n°188 : ... 2. Once you have registered you app, copy the Client ID and Secret Key- Ligne n°189 : to the Identity Toolkit configuration page.
Ligne n°190 : 3. Under the identitytoolkit.show_providers meta-data, add "Microsoft" ...
Ligne n°189 : ... to the Identity Toolkit configuration page.- Ligne n°190 : 3. Under the identitytoolkit.show_providers meta-data, add "Microsoft"
Ligne n°191 : to the comma-separated list. ...- Ligne n°197 : To enable AOL login, note that you need to have the Google Identity
Ligne n°198 : Toolkit javascript widget running at your ...
Ligne n°198 : ... Toolkit javascript widget running at your- Ligne n°199 : identitytoolkit.server_widget_url.
Ligne n°200 : 1. Under the identitytoolkit.show_providers meta-data, add "AOL" to ...
Ligne n°199 : ... identitytoolkit.server_widget_url.- Ligne n°200 : 1. Under the identitytoolkit.show_providers meta-data, add "AOL" to
Ligne n°201 : the comma-separated list. ...- Ligne n°207 : To enable Paypal login, note that you need to have the Google Identity
Ligne n°208 : Toolkit javascript widget running at your ...
Ligne n°208 : ... Toolkit javascript widget running at your- Ligne n°209 : identitytoolkit.server_widget_url.
Ligne n°210 : 1. Follow these instructions to enable your Paypal app. You should ...
Ligne n°212 : ... 2. Once you have registered you app, copy the Client ID and Secret Key- Ligne n°213 : to the Identity Toolkit configuration page. Be sure to click "save"
Ligne n°214 : when you are done. ...
Ligne n°214 : ... when you are done.- Ligne n°215 : 3. Under the identitytoolkit.show_providers meta-data, add "Paypal" to
Ligne n°216 : the comma-separated list. ...
Ligne n°234 : ... If the user does not have any previous accounts or has elected to use a- Ligne n°235 : new sign-in option, you must either collect the Identity Provider they
Ligne n°236 : wish to use or an email if they want to create an email-password ...
Ligne n°291 : ... If the user elects to link the accounts, they will begin the login flow- Ligne n°292 : for their previously used Identity Provider to prove that they own the
Ligne n°293 : account. ...
Ligne n°303 : ... * Stack Overflow Stack Overflow- Ligne n°304 : Ask a question under the google-identity-toolkit tag
Ligne n°305 : * Blog Blog ...
Ligne n°311 : ... * Help- Ligne n°312 : + Identity Toolkit on Stack Overflow
Ligne n°313 : + Google Identity Platform on Stack Overflow ...
Ligne n°312 : ... + Identity Toolkit on Stack Overflow- Ligne n°313 : + Google Identity Platform on Stack Overflow
Ligne n°314 : * Connect ...
Ligne n°314 : ... * Connect- Ligne n°315 : + Identity Toolkit Forum