250x250
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 |
Tags
- window
- mac
- selenium
- python
- MacOS
- MYSQL
- SSH
- 안드로이드
- php
- flutter
- Android
- nginx
- alb
- OAuth
- https
- PostgreSQL
- Laravel
- Passport
- Prometheus
- Cordova
- pip
- 해시키
- ubuntu
- AWS
- Vue.js
- FCM
- Vue
- 구글 API
- node
- 파이썬
Archives
- Today
- Total
728x90
반응형
목록구글 로그아웃 API (1)
728x90
반응형
print( sjw.iq == 200) output : true
[PHP,Laravel] 구글 로그아웃!
조금전에 구글 로그인을 포스팅했었는데요!!! 로그아웃을 까먹어서 포스팅하러 왔습니다!!! 로그아웃은 로그인 보다 천만배 더 간단합니다!!! 그럼 바로 코드를 보여드리면~ public function googleLogout(Request $request) { $client = new \Google_Client(); $client->setScopes( array( \Google_Service_Oauth2::USERINFO_PROFILE, \Google_Service_Oauth2::USERINFO_EMAIL ) ); $client->setClientId($this->CLIENT_ID); $client->setClientSecret($this->CLIENT_SECRET); $client->setRedirectU..
GoogleAPI
2019. 2. 13. 01:53