Owneat Technical Guide main Help

Class GlobalJwtValidatorMiddleware

Namespace: GatewayOrchestrator.Middlewares
Assembly: GatewayOrchestrator.dll

public class GlobalJwtValidatorMiddleware

Inheritance

object ← GlobalJwtValidatorMiddleware

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

GlobalJwtValidatorMiddleware\(RequestDelegate, IOptionsMonitor<JwtBearerOptions\>, ILogger<GlobalJwtValidatorMiddleware\>\)

public GlobalJwtValidatorMiddleware(RequestDelegate next, IOptionsMonitor<JwtBearerOptions> jwtOptions, ILogger<GlobalJwtValidatorMiddleware> logger)

Parameters

next RequestDelegate

jwtOptions IOptionsMonitor < JwtBearerOptions \>

logger ILogger

Methods

Invoke\(HttpContext\)

public Task Invoke(HttpContext context)

Parameters

context HttpContext

Returns

Task

Last modified: 21 May 2024