How the WCToken can be generated without invoking either the login/guest services in REST API?
We can use the WCToken generated form either login/guest and calling various other webservices to retrieve data, how can we call other services without calling login/guest?
I have found from my observation like, WCToken is generated based on the userId along with 2 more tokens(activitytokenid, activitytokenSignature). Is this WCToken stored in any database tables?