SlideShare una empresa de Scribd logo
1 de 7
{
Google Identity
Platform
Google Play services 7.5
 SignInButton + GoogleApiClient.connect()
 Google профиль
 Profit
 …
 Token ID -> Наш бэкенд
 Профиль с нашего сайта
Google Sign-In
// Build GoogleApiClient with access to basic profile
mGoogleApiClient = new GoogleApiClient.Builder(this)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.addApi(Plus.API)
.addScope(new Scope(Scopes.PROFILE))
.build();
https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ
123
{
…
"sub": "110169484474386276334",
"email": "billd1600@gmail.com",
…
"aud": "1008719970978-
hb24n2dstb40o45d4feuo2ukqmcc6381.apps.googleusercontent.com”
…
}
Smart Lock for
Passwords
Логин
Google
auto
Sign-in
Профит!
(user
signed in)
Разлогин
Выбор
Google
account
Логин в
приложе
нии
Сохранен
ие в
Google SL
Auth.CredentialsApi.save(mCredent
ialsClient, credential)
Credentials API
Auth.CredentialsApi.request(mCrede
ntialsClient, mCredentialRequest).
Instance ID, Identity, and
Authorization

Más contenido relacionado

Destacado

Case Study Analysis Of Google
Case Study Analysis Of GoogleCase Study Analysis Of Google
Case Study Analysis Of Google
abnguyen28
 

Destacado (6)

Google Office Zurich presentation by Topseo.org
Google Office Zurich presentation by Topseo.orgGoogle Office Zurich presentation by Topseo.org
Google Office Zurich presentation by Topseo.org
 
ROOMn 2017 HARMONIE TECHNOLOGIE Quand mes clients gèrent l'accès à leurs données
ROOMn 2017 HARMONIE TECHNOLOGIE Quand mes clients gèrent l'accès à leurs donnéesROOMn 2017 HARMONIE TECHNOLOGIE Quand mes clients gèrent l'accès à leurs données
ROOMn 2017 HARMONIE TECHNOLOGIE Quand mes clients gèrent l'accès à leurs données
 
Google Innovation Culture
Google Innovation CultureGoogle Innovation Culture
Google Innovation Culture
 
Strategic Management Google Case
Strategic Management Google CaseStrategic Management Google Case
Strategic Management Google Case
 
Google Case Study
Google Case StudyGoogle Case Study
Google Case Study
 
Case Study Analysis Of Google
Case Study Analysis Of GoogleCase Study Analysis Of Google
Case Study Analysis Of Google
 

Google Identity Platform