You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/security/authentication/social/google-logins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ You can manage your API credentials and usage in the [API Console](https://conso
63
63
* Get a link to the libary at [google developer library link ](https://developers.google.com/identity/gsi/web/guides/client-library) to get link of library.
64
64
* Then go to [google developer button genration ](https://developers.google.com/identity/gsi/web/tools/configurator)
65
65
* Setup your Controller to match with ` data-login_uri="{HostName}/{ControllerName}/{actionName}" ` attrbute because after success login it will forward you to that link.
66
-
* Create controller and action takes one argement `string credential` because that what google return when complete login process.
66
+
* Create a controller and action that takes one argument `string credential`, which is returned by Google upon completing the login process.
0 commit comments