Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- onLayout
- 알고리즘
- CollapsingToolbarLayout
- 코틀린
- HTTP
- Navigation
- room
- ViewModel
- CustomView
- notification
- Coroutine
- hilt
- View
- 안드로이드
- AppBarLayout
- LiveData
- sqlite
- Algorithm
- recyclerview
- lifecycle
- Android
- DataBinding
- 백준
- CoordinatorLayout
- 알림
- kotlin
- Behavior
- BOJ
- onMeasure
- activity
Archives
- Today
- Total
목록구글 (1)
개발일지

Google API를 사용해서 Google인증과 Google OAuth로 얻은 idToken값으로 People API를 사용하여 사용자의 다양한 정보를 얻을 수 있다. OAuth를 사용하면 프로젝트 자체에서 회원관리 기능을 구현할 필요가 없고 Google의 AccessToken으로 사용자의 정보를 받아오기 때문에 기존 ID/Password방식보다 보안이 좋다. 또한 사용자 입장에서 한번의 클릭으로 쉽게 로그인할 수 있는 이점이 있다. 1. Google API 콘솔 프로젝트 구성 만들기 console.cloud.google.com/ Google Cloud Platform 하나의 계정으로 모든 Google 서비스를 Google Cloud Platform을 사용하려면 로그인하세요. accounts.google..
Android (안드로이드)/OAuth
2021. 5. 4. 15:02