hEYY bUDDIES!
hELP me in getting out of this error:
The best overload for RegisterGoogleClient does not have parameter named clienId
my code is(In MVC)
// External Login Section Using GoogleClient ID
OAuthWebSecurity.RegisterGoogleClient(
clientId: "xxxxxxxxxxxxxx-xxxx.apps.googleusercontent.com",
clientSecret: "xxxxxxxxx-habbiqncq"
);