Interface UserLoginOutService

All Known Implementing Classes:
UserLoginOutServiceImpl

public interface UserLoginOutService
登出
Since:
2024-01-05 20:18
Author:
xieyubin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logout(String tokenId, String userId)
    登出 有token 则退出对应的用户 没有token 则退出当前用户
  • Method Details

    • logout

      void logout(String tokenId, String userId)
      登出 有token 则退出对应的用户 没有token 则退出当前用户
      Parameters:
      tokenId - token
      userId - 用户id