OAuthBearerAuthenticationOptions.Provider Property

Gets or sets the provider for the OAuth bearer authentication.

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Property Provider As IOAuthBearerAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As OAuthBearerAuthenticationOptions 
Dim value As IOAuthBearerAuthenticationProvider 

value = instance.Provider

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

Property Value

Type: Microsoft.Owin.Security.OAuth.IOAuthBearerAuthenticationProvider
The provider for the OAuth bearer authentication.

See Also

Reference

OAuthBearerAuthenticationOptions Class

Microsoft.Owin.Security.OAuth Namespace