foundation-comms.auth.logout
Home > @genesislcap/foundation-comms > Auth > logout
Auth.logout() method
Logs out the current user, if any.
Signature:
logout(): Promise<LogoutResult>;
Returns:
Promise<LogoutResult>
A Promise that resolves to the result of the logout attempt.