类 AuthRequest


  • public class AuthRequest
    extends AbstractBceRequest
    Represent the request for HISK Device authentication.
    • 构造器详细资料

      • AuthRequest

        public AuthRequest()
    • 方法详细资料

      • setAuthCode

        public void setAuthCode​(String authCode)
        Set the device authentication code
        参数:
        authCode - device authentication code
      • getAuthCode

        public String getAuthCode()
        Get the device authentication code
        返回:
        device authentication code
      • setExtra

        public void setExtra​(String extra)
        Set the device extra message applied in authentication
        参数:
        extra - the device extra message applied in authentication
      • getExtra

        public String getExtra()
        Get the device extra message applied in authentication
        返回:
        get the extra message applied in authentication