Class ApplicationBuilderAbpJwtTokenMiddlewareExtension
Inheritance
System.Object
ApplicationBuilderAbpJwtTokenMiddlewareExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.AspNetCore.Builder
Assembly: Volo.Abp.AspNetCore.Authentication.JwtBearer.dll
Syntax
public static class ApplicationBuilderAbpJwtTokenMiddlewareExtension
Methods
UseJwtTokenMiddleware(IApplicationBuilder, String)
Declaration
public static IApplicationBuilder UseJwtTokenMiddleware(this IApplicationBuilder app, string schema = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplicationBuilder | app | |
| System.String | schema |
Returns
| Type | Description |
|---|---|
| IApplicationBuilder |