Function: logout()
logout():
Promise<void>
Defined in: web/lib/auth/oauth-client.ts:485
Log out and clear all auth state.
Returns
Promise<void>
Remarks
Revokes the session with the authorization server and clears local storage.
logout():
Promise<void>
Defined in: web/lib/auth/oauth-client.ts:485
Log out and clear all auth state.
Promise<void>
Revokes the session with the authorization server and clears local storage.