Android, google outh2 . SDK Google oauth2.
- . , .
- . . , oauth2, . , , . . , , ,
- , URL- google, . URL- google .
- oauth2, .
, , .
oauth2 (google, facebook, github ..):
https://webiste.com/auth/signin/{provider}
https://webiste.com/auth/callback/{provider}
https://webiste.com/auth/refresh/{provider}
URL- google oauth2, :
oauth_url: 'https://accounts.google.com/o/oauth2/v2/auth',
token_url: 'https://accounts.google.com/o/oauth2/token',
refresh_token_url : 'https://www.googleapis.com/oauth2/v4/token',
token_info_url: 'https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=',
google oauth2 https://developers.google.com/identity/protocols/OAuth2.