Share via


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

public IOAuthBearerAuthenticationProvider Provider { get; set; }
public:
property IOAuthBearerAuthenticationProvider^ Provider {
    IOAuthBearerAuthenticationProvider^ get();
    void set(IOAuthBearerAuthenticationProvider^ value);
}
member Provider : IOAuthBearerAuthenticationProvider with get, set
Public Property Provider As IOAuthBearerAuthenticationProvider

Property Value

Type: Microsoft.Owin.Security.OAuth.IOAuthBearerAuthenticationProvider

The provider.

See Also

JwtBearerAuthenticationOptions Class
Microsoft.Owin.Security.Jwt Namespace

Return to top