Skip to content

Token Refresh

Refresh token

Cookie-less endpoint to obtain new access token and refresh token.

Info
MethodPOST
Route groupauth
Path{auth}/token/refresh
TypeTokenRefreshEndpoint<TUser>
AuthenticationBearer token with refresh token.

Request body

Response body

NameTypeDescription
access_tokenstringJWT Bearer token.
refresh_tokenstringJWT Bearer token.
expires_innumberToken expiration time in seconds.
token_typestringBearer