I have an ASP .NET MVC application (default template).
I have added a Nuget package for OAuth support for an external provider.
I have successfully logged in with the external provider, however I now need to use the token that they provide to make REST calls with another API I am using.
How do I get the token the external provider has given?