Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 449 Bytes

renew-token-request.md

File metadata and controls

21 lines (13 loc) · 449 Bytes

Renew Token Request

Structure

RenewTokenRequest

Fields

Name Type Tags Description Getter Setter
accessToken ?string Optional The token you want to renew.
Constraints: Minimum Length: 2, Maximum Length: 1024
getAccessToken(): ?string setAccessToken(?string accessToken): void

Example (as JSON)

{
  "access_token": "ACCESS_TOKEN"
}