JwtBearerAuthenticationOptions.Provider Property

Gets or sets the authentication provider.

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

Syntax

'Declaration
Public Property Provider As IOAuthBearerAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As JwtBearerAuthenticationOptions 
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.

See Also

Reference

JwtBearerAuthenticationOptions Class

Microsoft.Owin.Security.Jwt Namespace