fun logout(callback: ResultCallback<NoValue>?): Unit
Destroys the current session and removes it's access tokens from Schibsted account. Attempting to use this session afterwards will cause errors
callback - A callback with the result of the logout
callback