Skip to content

Commit c9e6d86

Browse files
Update some comments about Google+ -> Google
1 parent 4edd2ae commit c9e6d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Owin.Security.Providers.Google/Provider/GoogleAuthenticationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public GoogleAuthenticationProvider()
2828
public Func<GoogleReturnEndpointContext, Task> OnReturnEndpoint { get; set; }
2929

3030
/// <summary>
31-
/// Invoked whenever Google+ successfully authenticates a user
31+
/// Invoked whenever Google successfully authenticates a user
3232
/// </summary>
3333
/// <param name="context">Contains information about the login session as well as the user <see cref="System.Security.Claims.ClaimsIdentity"/>.</param>
3434
/// <returns>A <see cref="Task"/> representing the completed operation.</returns>

src/Owin.Security.Providers.Google/Provider/IGoogleAuthenticationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Owin.Security.Providers.Google.Provider
88
public interface IGoogleAuthenticationProvider
99
{
1010
/// <summary>
11-
/// Invoked whenever Google+ successfully authenticates a user
11+
/// Invoked whenever Google successfully authenticates a user
1212
/// </summary>
1313
/// <param name="context">Contains information about the login session as well as the user <see cref="System.Security.Claims.ClaimsIdentity"/>.</param>
1414
/// <returns>A <see cref="Task"/> representing the completed operation.</returns>

0 commit comments

Comments
 (0)