Share via


TwitterAuthenticationOptions.Provider Property

 

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