Can I use my own authnetication with cansecurity for authorization?

I am planning to integrate cansecurity in one of my Restful API application built using Express and NodeJS. Is it possible to only use the authorization piece of cansecurity?

I do have my own authentication working based on oAuth2 and would like to keep that authentication in place.