AspNetCore.ApiGateway.Authorization.GatewayVerbAuthorizeAttribute.GatewayVerbAuthorizeAttribute C# (CSharp) Method

GatewayVerbAuthorizeAttribute() public method

public GatewayVerbAuthorizeAttribute ( IGatewayVerbAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
authorization IGatewayVerbAuthorization
return Microsoft.AspNetCore.Authorization
        public GatewayVerbAuthorizeAttribute(IGatewayVerbAuthorization authorization = null)
        {
            _authorization = authorization;
        }