Currently I'm trying to learn how to add the liked youtube videos into a Spotify playlist using python and I'm learning from https://www.youtube.com/watch?v=7J_qcttfnJA&t=300s
In 2:18 of the video, she mentions to add the userID and oauth token from spotify using spotify web API website https://developer.spotify.com/documentation/web-api/
However, I'm unable to find where is the OAUTH token.
The programmer also uploaded an image of where she got her token from but I can't seem to find it: https://github.com/TheComeUpCode/SpotifyGeneratePlaylist/blob/master/images/spotify_token.png
Steps below to get the auth token: