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.
Gets or sets the function that is invoked when the Authenticated method is invoked.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public Func<TwitterAuthenticatedContext, Task> OnAuthenticated { get; set; }
public:
property Func<TwitterAuthenticatedContext^, Task^>^ OnAuthenticated {
Func<TwitterAuthenticatedContext^, Task^>^ get();
void set(Func<TwitterAuthenticatedContext^, Task^>^ value);
}
member OnAuthenticated : Func<TwitterAuthenticatedContext, Task> with get, set
Public Property OnAuthenticated As Func(Of TwitterAuthenticatedContext, Task)
Property Value
Type: System.Func<TwitterAuthenticatedContext, Task>
Returns Func<T, TResult>.
See Also
TwitterAuthenticationProvider Class
Microsoft.Owin.Security.Twitter Namespace
Return to top