I am using Youtube API v3 for displaying some of the videos and channels feed in my application. I use GoogleWebAuthorizationBroker
class to login into YouTube application using any Google account. This will give an access token after I enter proper username and password. Can anyone tell me how to logout current user? or revoke current access token? by using this api.
I have used this Nuget Package.