using Innoactive.AccessControl.OAuth2;

namespace Innoactive.AccessControl
{
    public interface IAuthorizer
    {
        bool Authorize(OAuth2ClientSettings clientSettings);
    }
}
