Update some comments about Google+ -> Google

This commit is contained in:
Gwilym Kuiper
2019-01-29 14:42:35 +00:00
parent 4edd2ae28a
commit c9e6d86bc8
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace Owin.Security.Providers.Google.Provider
public Func<GoogleReturnEndpointContext, Task> OnReturnEndpoint { get; set; }
/// <summary>
/// Invoked whenever Google+ successfully authenticates a user
/// Invoked whenever Google successfully authenticates a user
/// </summary>
/// <param name="context">Contains information about the login session as well as the user <see cref="System.Security.Claims.ClaimsIdentity"/>.</param>
/// <returns>A <see cref="Task"/> representing the completed operation.</returns>

View File

@@ -8,7 +8,7 @@ namespace Owin.Security.Providers.Google.Provider
public interface IGoogleAuthenticationProvider
{
/// <summary>
/// Invoked whenever Google+ successfully authenticates a user
/// Invoked whenever Google successfully authenticates a user
/// </summary>
/// <param name="context">Contains information about the login session as well as the user <see cref="System.Security.Claims.ClaimsIdentity"/>.</param>
/// <returns>A <see cref="Task"/> representing the completed operation.</returns>