TwitterAuthenticationProvider::Authenticated Method (TwitterAuthenticatedContext^)

 

Invoked whenever Twitter succesfully authenticates a user

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

public:
virtual Task^ Authenticated(
	TwitterAuthenticatedContext^ context
)

Parameters

context
Type: Microsoft.Owin.Security.Twitter::TwitterAuthenticatedContext^

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: