Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
context
Type: Microsoft.Owin.Security.Twitter.TwitterAuthenticatedContextContains information about the login session as well as the user ClaimsIdentity.
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