removeAuth abstract method

void removeAuth()

Removes the authentication session, effectively logging out the user.

This method should be implemented to clear the user's session and authentication tokens.

Implementation

void removeAuth();