Compartir a través de


ITwitterAuthenticationProvider.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)

Syntax

Task Authenticated(
    TwitterAuthenticatedContext context
)
Task^ Authenticated(
    TwitterAuthenticatedContext^ context
)
abstract Authenticated : 
        context:TwitterAuthenticatedContext -> Task
Function Authenticated (
    context As TwitterAuthenticatedContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

See Also

ITwitterAuthenticationProvider Interface
Microsoft.Owin.Security.Twitter Namespace

Return to top