Refresh tokens
POST/v1/user/auth/token/refresh
Redeems a refresh token issued by this surface for a fresh token set. The refresh token is rotated: the response carries a new one and the presented token is spent. Replaying a spent token is treated as theft and terminates the login, so clients must persist the token from each response.
Request
Responses
- 200
- 400
- 401
ESP User token set.
Bad request
Unauthorized - Invalid or missing authentication