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
/// Invoked whenever Google+ successfully authenticates a user
31
+
/// Invoked whenever Google successfully authenticates a user
32
32
/// </summary>
33
33
/// <param name="context">Contains information about the login session as well as the user <see cref="System.Security.Claims.ClaimsIdentity"/>.</param>
34
34
/// <returns>A <see cref="Task"/> representing the completed operation.</returns>
/// Invoked whenever Google+ successfully authenticates a user
11
+
/// Invoked whenever Google successfully authenticates a user
12
12
/// </summary>
13
13
/// <param name="context">Contains information about the login session as well as the user <see cref="System.Security.Claims.ClaimsIdentity"/>.</param>
14
14
/// <returns>A <see cref="Task"/> representing the completed operation.</returns>
0 commit comments