JwtBearerAuthenticationExtensions Class

 

Extension methods provided by the JWT bearer token middleware.

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

System::Object
  Owin::JwtBearerAuthenticationExtensions

[ExtensionAttribute]
public ref class JwtBearerAuthenticationExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUseJwtBearerAuthentication(IAppBuilder^, JwtBearerAuthenticationOptions^)

Adds JWT bearer token middleware to your web application pipeline.

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

Return to top
Show: