Skip to main content

Function: signOut

client.signOut

â–¸ signOut(options?): Promise<void>

Signs the user out, by removing the session cookie. Automatically adds the CSRF token to the request.

Documentation

Parameters​

NameType
options?SignOutParams<true>

Returns​

Promise<void>