类 AuthRefreshResult

java.lang.Object
xyz.raylab.authorizationserver.auth.application.dto.AuthLoginResult
xyz.raylab.authorizationserver.auth.application.dto.AuthRefreshResult

public class AuthRefreshResult extends AuthLoginResult
  • 构造器详细资料

    • AuthRefreshResult

      public AuthRefreshResult(String accessToken, String refreshToken, String tokenType, Long expiresIn, Long exp)