refresh token
RU: refresh-токен
A long-lived credential issued alongside an access token that allows a client to obtain a new access token after the original expires, without repeating the full authorization flow. Refresh tokens are issued to confidential clients or stored server-side; a stolen refresh token provides renewable access, so short lifetimes and rotation are recommended.