A valid request URL is required to generate request examples{
"refreshToken": "<string>",
"accessToken": "<string>",
"accessTokenExpiration": "2023-11-07T05:31:56Z",
"refreshTokenExpiration": "2023-11-07T05:31:56Z"
}Returns the AppAuthTicket with a refreshed AccessToken
A valid request URL is required to generate request examples{
"refreshToken": "<string>",
"accessToken": "<string>",
"accessTokenExpiration": "2023-11-07T05:31:56Z",
"refreshTokenExpiration": "2023-11-07T05:31:56Z"
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Complex object to have the refresh token sent in the body intead of as clear text in the query string.
The refresh token for renewing the authorization.