The specific type of token that allows a client to get a new access token without making the user log in again after an access token expires is a Refresh Token. A Refresh Token is a special, long-lived credential issued by the Authorization Server alongside an Access Token during the initial user authorization process. While an Access Token is a short-lived credential used by a client to access protected resources on behalf of the user at a Resource Server, a Refresh Token's sole purpose is to be securely exchanged at the Authorization Server's token endpoint to obtain a new, valid Access Token wh....
Log in to view the answer