Interface AuthenticatorListener


public interface AuthenticatorListener
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Details

    • onLoginSuccess

      void onLoginSuccess(String uid, String token)
    • onLoginRejected

      void onLoginRejected(String uid)
    • onLoginUserNotFound

      void onLoginUserNotFound(String uid)
    • onLogout

      void onLogout(String uid, String token, long expireInMilliseconds)
    • verify

      boolean verify(Caller caller, io.jsonwebtoken.Claims claims)