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 ITwitterAuthenticationProvider used to handle authentication events.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public ITwitterAuthenticationProvider Provider { get; set; }
public:
property ITwitterAuthenticationProvider^ Provider {
ITwitterAuthenticationProvider^ get();
void set(ITwitterAuthenticationProvider^ value);
}
member Provider : ITwitterAuthenticationProvider with get, set
Public Property Provider As ITwitterAuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.Twitter.ITwitterAuthenticationProvider
Returns ITwitterAuthenticationProvider.
See Also
TwitterAuthenticationOptions Class
Microsoft.Owin.Security.Twitter Namespace
Return to top