We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE /apiv1/refreshtokens
Client
CREATE
access token
refresh token
User story
{ "access_token": "ya29.GlvqBS-04..BkHD9A-8Y2Gp1WB197aI4", "token_type": "Bearer", "expires_in": 3600, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CREATE /apiv1/refreshtokens
Client
I canCREATE
newaccess token
using byrefresh token
. So I userefresh token
for exchangeaccess token
.User story
Request :
Response:
The text was updated successfully, but these errors were encountered: