Deezer User — Token

When you log into Deezer via a web browser or the mobile app using your email and password, the Deezer servers generate a unique "session token." This token is a long, alphanumeric string (usually between 180 and 200 characters) that tells Deezer’s servers: "This user has already proven who they are. Let them access their data without asking for a password again."

A Deezer User Token is an alphanumeric string (an OAuth 2.0 Access Token) that represents a specific user’s permission to your application. It tells Deezer’s servers: "This app has permission to access User X’s account data." deezer user token

https://connect.deezer.com/oauth/auth.php?app_id=YOUR_APP_ID&redirect_uri=YOUR_REDIRECT_URI&perms=basic_access,manage_library When you log into Deezer via a web