Tokens:
ID Token | Contains the info about the user |
Access Token | Contains the access code, issues by the Oauth 2.0 server, allowing to access apps for a limited time |
Refresh Token | Allows to refresh the access token, without sending user to the OAuth 2.0 server again |