Authentication & Authorization

Refresh Token

English

Overview

A token used to reissue an access token after it expires.

Details

A token used to obtain a new access token without re-logging in once the current one expires. Because it has a longer lifetime than an access token, extra care is needed to manage it if it leaks.

More Security terms