Show / Hide Table of Contents

Class JwtTokenMiddleware

Inheritance
System.Object
JwtTokenMiddleware
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: Volo.Abp.IdentityServer.Jwt
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public static class JwtTokenMiddleware

Methods

UseJwtTokenMiddleware(IApplicationBuilder, String)

Declaration
public static IApplicationBuilder UseJwtTokenMiddleware(this IApplicationBuilder app, string schema)
Parameters
Type Name Description
IApplicationBuilder app
System.String schema
Returns
Type Description
IApplicationBuilder
Back to top Powered by Volosoft