// GLOSSARY
Refresh token
A long-lived credential used to obtain a new access token when the current one expires. Once stolen it amounts to durable access, and a password change alone does not invalidate it.
// GLOSSARY
A long-lived credential used to obtain a new access token when the current one expires. Once stolen it amounts to durable access, and a password change alone does not invalidate it.