2017年8月1日 星期二

「Oauth」Google API 取得token 狀態



Google 提供了一個API,讓我們可以查詢TOKEN目前狀態

https://www.googleapis.com/oauth2/v3/tokeninfo?access_token=<access_token>

只要把你目前取得的TOKEN,取代連結中的<access_token>即可。

我只要發送一個HTTP REQUET,或是貼在chrome 網址列


回應如下
表示這個token還有3482秒到期 ,它可以存取的scope 為https://www.googleapis.com/auth/calendar.readonly https://www.googleapis.com/auth/calendar







如果您拿到的是以下這樣,則代表TOKEN失效囉





參考資料:

https://developers.google.com/identity/protocols/OAuth2UserAgent

沒有留言:

張貼留言