forcejs icon indicating copy to clipboard operation
forcejs copied to clipboard

How to Logout or clear the Instance?

Open ryanjeric opened this issue 5 years ago • 0 comments

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.

ryanjeric avatar Dec 02 '20 09:12 ryanjeric