KuroOriginal post
Vue Developer
when using discord as OAuth2 is providerAccessToken an actual access token which already got requested from discord or is it the response code from discord with which someone should request a new access token?
Summary
The user wants to know if the 'providerAccessToken' can be used as a Bearer token to authorize at the Discord API. The answer is yes, it is the actual access token that can be used for authorization. There is no need to request a new access token using the response code from Discord.