Variables

AuthLogoutAction

declaration

const AuthLogoutAction: ActionToken<{ input: ZodObject; name: "ecommerce/auth/logout"; output: ZodVoid; }>

Logout a customer.

Implementations should remove any user-identifying information from the session or cookies.