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

GatewayPutAuthorizeAttribute() public method

public GatewayPutAuthorizeAttribute ( IPutGatewayAuthorization authorization = null ) : Microsoft.AspNetCore.Authorization
authorization IPutGatewayAuthorization
return Microsoft.AspNetCore.Authorization
        public GatewayPutAuthorizeAttribute(IPutGatewayAuthorization authorization = null) : base(authorization)
        {
        }
    }
GatewayPutAuthorizeAttribute