JwtBearerAuthenticationExtensions Class

Extension methods provided by the JWT bearer token middleware.

Inheritance Hierarchy

System.Object
  Owin.JwtBearerAuthenticationExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class JwtBearerAuthenticationExtensions
'Usage
public static class JwtBearerAuthenticationExtensions
[ExtensionAttribute]
public ref class JwtBearerAuthenticationExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type JwtBearerAuthenticationExtensions =  class end
public final class JwtBearerAuthenticationExtensions

The JwtBearerAuthenticationExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member UseJwtBearerAuthentication Adds JWT bearer token middleware to your web application pipeline.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Owin Namespace