signout
Home > @spruceid/ssx-serverless > SSXServer > signOut
SSXServer.signOut property
Calls the delete function to delete the user's session.
Signature:
signOut: <T>(sessionKey: any, deleteOpts?: Record<string, any>) => Promise<T>;
Example
signOut("0x9D85ca56217D2bb651b00f15e694EB7E713637D4")
Last updated
Was this helpful?