본문 바로가기

Web Development Tips

Postman - Google OAuth

반응형

Let's see how we can get the token using Google OAuth.

Open the postman and create a GET request and enter the URL

 Move to the 'Authorization' tap and select the 'OAuth 2.0'

Select the 'Client Credentials' under the 'Client Credentials' section

Enter the Access Token URL, Client ID, and Client Secret

Click the send button

Then it will get the token

Done

 

728x90
반응형

'Web Development Tips' 카테고리의 다른 글

Logistics Delivery Status (Lotte, Post Office)  (0) 2023.12.19
Adding Open With a Program  (0) 2023.09.01
Deprecated  (12) 2023.07.12
Environment Variables  (2) 2023.05.31
Payment Service - Stripe  (1) 2023.05.25