GoogleOAuth2AuthenticationProvider::Authenticated Method (GoogleOAuth2AuthenticatedContext^)

 

Invoked whenever Google succesfully authenticates a user

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

public:
virtual 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.

Return to top
Show: