This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Refreshing Tokens
Christian Smith edited this page Jun 17, 2014
·
2 revisions
POST /token HTTP/1.1
Host: your.authorization.server
Authorization: Basic BASE64(CLIENT_ID:CLIENT_SECRET)
grant_type=refresh_token&refresh_token=c3ff946217a5c3c76682
{
"access_token":"c68af1c871372bb70a6b",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"bc6696d659001f305925",
"id_token":"eyJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FjY291bn
RzLmFudmlsLmlvIiwic3ViIjoiNmQzZDA5YjEtZGU4MS00NWNiL
Tk0ZTctMjlhMjM4NmYxNWEzIiwiYXVkIjoiODY0YzM5M2ItMDUz
Zi00ZGY2LWI0NzctNDg3OWQzNjY2YTZlIiwiZXhwIjoxMzk4OTc
yNjg4MjI4LCJpYXQiOjEzOTg4ODYyODgyMjh9.Z0Zvb1duTFdCa
01UQVRqWjYxUGEwaUlsTXB4REI0NnBuQ1F3OWRpYkhHaG1RT1ZX
cjhObmVmQWhkN1JyMV8zQ0J5UjBkdXBrZ1VhNDRtZWROQnJrTjN
yZGJYejJlSm9vdUtSLXJpZkQ2aUMzLTgxWEUxWkNmNjB1X0l5dX
owXzdic2VZUlhKQjd3WFJpV3phVHRDbHY1eW56QkNOMU5STDRqR
zFkc2dKbHBmOXhwaDY5d1BpeXYyWmdrYmlWZGNZNENfRFJLclpo
aEtESTZrZGxJTEJSVlFCV3gxbGRyWGRCZzctTWFhb3lGWlNaQ0x
OQzkzZUllbE1QZEpTdU5YYy1lR2luellvS2V2T3kzNzZOZTNmZU
MwYzRxQ2FidFNPVm9Ud3hnc2lvTDlzTHA0SnAxUThjZVRvZ1BXV
FBqZVJ3d3JuM3RFc1hfTjBacV9zUk8wellB"
}