I have a token generated by o365 authentication can I use the same token to make request to the SharePoint using .netcore
I have seen many blogs but those are working with .net (not working with .netcore)
Note : I used this dll which is used for Authentication of SharePoint 'AppForSharePointOnlineWebToolkit' Which add's TokenHelper.cs files to the project. This is adding the file in .net but not in .net core
ClientContext clientContext = TokenHelper.GetClientContextWithAccessToken(targetWeb, AccessToken);