I am using Single Sign On Cloud Directory service in Bluemix from Node.js
After reading the docs and browsing some files like authenticator.js from the downloaded necessary module I haven't found any API documentation or function to logout.
Is it available such function? Thanks.
If you are using Node.js you can just simply destroy the session. The call to
request.logout()
will destroy the session.