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

'Declaration
Public Property Provider As ITwitterAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As TwitterAuthenticationOptions 
Dim value As ITwitterAuthenticationProvider 

value = instance.Provider

instance.Provider = value
public ITwitterAuthenticationProvider Provider { get; set; }
public:
property ITwitterAuthenticationProvider^ Provider {
    ITwitterAuthenticationProvider^ get ();
    void set (ITwitterAuthenticationProvider^ value);
}
member Provider : ITwitterAuthenticationProvider with get, set
function get Provider () : ITwitterAuthenticationProvider 
function set Provider (value : ITwitterAuthenticationProvider)

Property Value

Type: Microsoft.Owin.Security.Twitter.ITwitterAuthenticationProvider

See Also

Reference

TwitterAuthenticationOptions Class

Microsoft.Owin.Security.Twitter Namespace