Table of Contents

OAuth

Tokens:

ID TokenContains the info about the user
Access TokenContains the access code, issues by the Oauth 2.0 server, allowing to access apps for a limited time
Refresh TokenAllows to refresh the access token, without sending user to the OAuth 2.0 server again