Created
July 12, 2017 17:35
-
-
Save brandedoutcast/eb98d4e87b8f22c706ed5c498faf0576 to your computer and use it in GitHub Desktop.
Google OAuth Exchange Auth Code for Refresh & Access Tokens Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"access_token":"1/fFAGRNJru1FTz70BzhT3Zg", | |
"expires_in":3920, | |
"token_type":"Bearer", | |
"refresh_token":"1/xEoDL4iW3cxlI7yDbSRFYNG01kVKM2C-259HOF2aQbI" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment