There doesn’t seem to be any Google OAuth object in ServiceStack.Auth
for asp.net core. I added a reference to using ServiceStack.Authentication.OAuth2;
but it doesn’t accept the AppSettings object.
It gives me this error:
It gives option to add reference but it doesn’t fix it. I guess it is because IAppSettings is defined somewhere else but I am not really sure. I can pass AppSettings
to the Auth providers in the .net core SS project fine.
What is proper was to use Google auth provider in .net core?