I am using the inbuilt template in MVC 5 to create an MVC 5 app with Google Authentication. After getting authenticated how do I get access to the bearer token issued by Google? I want to do this in the controllers.
↧
I am using the inbuilt template in MVC 5 to create an MVC 5 app with Google Authentication. After getting authenticated how do I get access to the bearer token issued by Google? I want to do this in the controllers.