Links

logout

SSXServer.logout property

Logs out the user by deleting the session. Currently this is a no-op.
Signature:
logout: (destroySession?: () => Promise<any>) => Promise<boolean>;
Last modified 6mo ago