forcejs
forcejs copied to clipboard
How to Logout or clear the Instance?
I was able to login using force-server and using the code below. but how can I logout?
let oauth = OAuth.createInstance();
oauth.login().then()
how to logout or clear the instance? Thanks.