auth

uses the provided refreshToken cookie to generate a new access token

Uses the provided refreshToken cookie to generate a new access token.

post/auth/refresh

Headers

Cookiestring required

the refreshToken cookie

Response

the newly created access token

tokenstring

the access token

Changes