C# Class AspNetCore.ApiGateway.Authorization.GatewayAuthorizeAttribute

Inheritance: AuthorizeAttribute, IAsyncAuthorizationFilter
Show file Open project: VeritasSoftware/AspNetCore.ApiGateway

Public Methods

Method Description
GatewayAuthorizeAttribute ( IGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
OnAuthorizationAsync ( AuthorizationFilterContext context ) : Task

Method Details

GatewayAuthorizeAttribute() public method

public GatewayAuthorizeAttribute ( IGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
authorization IGatewayAuthorization
return Microsoft.AspNetCore.Authorization

OnAuthorizationAsync() public method

public OnAuthorizationAsync ( AuthorizationFilterContext context ) : Task
context AuthorizationFilterContext
return Task