mangadex-full-api - v6.2.0
    Preparing search index...

    Variable logoutConst

    logout: () => void = clearActiveAuthClient

    This will clear the active auth client, effectively logging out.

    Type Declaration

      • (): void
      • Removes the current active AuthClient so no further API calls are done with user authorization

        Returns void