PATCH api/Tokens
Issues new access and refresh tokens based on the refresh token provided in the request's auth header. Note: Custom header X-MSRenewal required to uniquely identify client requesting token in order to validate refresh token.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Access token in response body, refresh token via custom response header: X-MSRenewal.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
Optional |
|
Content | HttpContent |
Optional |
|
StatusCode | HttpStatusCode |
Optional |
|
ReasonPhrase | string |
Optional |
|
Headers | Collection of Object |
Optional |
|
RequestMessage | HttpRequestMessage |
Optional |
|
IsSuccessStatusCode | boolean |
Optional |