-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
400Bad RequestBad Request401UnauthorizedUnauthorized605We Don't Recognize This ApplicationWe Don't Recognize This Applicationdraftrest story
Milestone
Description
CREATE /apiv1/refreshtokens
- AS a
ClientI canCREATEnewaccess tokenusing byrefresh token. So I userefresh tokenfor exchangeaccess token.
Request :
- The request to CAS with follow parameters:
| Parameter | Type | Example |
|---|---|---|
| clientId | string | 781215968670 |
| secret | string | oj5qITnaVreCDFrXYATj9BtO |
| refreshToken | string | 1/9dlcU9rHjUM..reoINNButDPg |
Response:
{
"access_token": "ya29.GlvqBS-04..BkHD9A-8Y2Gp1WB197aI4",
"token_type": "Bearer",
"expires_in": 3600,
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
400Bad RequestBad Request401UnauthorizedUnauthorized605We Don't Recognize This ApplicationWe Don't Recognize This Applicationdraftrest story