Tokens
Access token vs Refresh token in OAUTH2
Differentiate these 2 tokens to apply it in our software.

Access tokens carry the necessary information to access a resource directly. In other words, when a client passes an access token to a server managing a resource, that server can use the information contained in the token to decide whether the client is authorized…