Understanding the ContentAuthorizorBase Class

The ContentAuthorizorBase class is under the PTPP_SG application package, and it is to be used as the base class when application developers need to implement their own authentication class. The authentication class should implement the Authorize method, implement authorization logic based on the input parameters, and call the SetResponse method to set the authorization result.