IGoogleOAuth2AuthenticationProvider::Authenticated Method

Invoked whenever Google succesfully authenticates a user

Namespace:  Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Task^ Authenticated(
	GoogleOAuth2AuthenticatedContext^ context
)

Parameters

context
Type: Microsoft.Owin.Security.Google::GoogleOAuth2AuthenticatedContext
Contains information about the login session as well as the user ClaimsIdentity.

Return Value

Type: System.Threading.Tasks::Task
A Task representing the completed operation.
Show: