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.
I was able to login using force-server and using the code below.
but how can I logout?
how to logout or clear the instance?
Thanks.