All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wechat.protobuf.BaseAuthReqInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 8.0.48.01
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface BaseAuthReqInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.BaseAuthReqInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .wechat_proto.SKBuiltinString_ wt_login_req_buff = 1;
   * @return Whether the wtLoginReqBuff field is set.
   */
  boolean hasWtLoginReqBuff();
  /**
   * optional .wechat_proto.SKBuiltinString_ wt_login_req_buff = 1;
   * @return The wtLoginReqBuff.
   */
  wechat.protobuf.SKBuiltinString_ getWtLoginReqBuff();
  /**
   * optional .wechat_proto.SKBuiltinString_ wt_login_req_buff = 1;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getWtLoginReqBuffOrBuilder();

  /**
   * optional .wechat_proto.WTLoginImgReqInfo wt_login_img_req_info = 2;
   * @return Whether the wtLoginImgReqInfo field is set.
   */
  boolean hasWtLoginImgReqInfo();
  /**
   * optional .wechat_proto.WTLoginImgReqInfo wt_login_img_req_info = 2;
   * @return The wtLoginImgReqInfo.
   */
  wechat.protobuf.WTLoginImgReqInfo getWtLoginImgReqInfo();
  /**
   * optional .wechat_proto.WTLoginImgReqInfo wt_login_img_req_info = 2;
   */
  wechat.protobuf.WTLoginImgReqInfoOrBuilder getWtLoginImgReqInfoOrBuilder();

  /**
   * optional .wechat_proto.WxVerifyCodeReqInfo wx_verify_code_req_info = 3;
   * @return Whether the wxVerifyCodeReqInfo field is set.
   */
  boolean hasWxVerifyCodeReqInfo();
  /**
   * optional .wechat_proto.WxVerifyCodeReqInfo wx_verify_code_req_info = 3;
   * @return The wxVerifyCodeReqInfo.
   */
  wechat.protobuf.WxVerifyCodeReqInfo getWxVerifyCodeReqInfo();
  /**
   * optional .wechat_proto.WxVerifyCodeReqInfo wx_verify_code_req_info = 3;
   */
  wechat.protobuf.WxVerifyCodeReqInfoOrBuilder getWxVerifyCodeReqInfoOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ clidb_encrypt_key = 4;
   * @return Whether the clidbEncryptKey field is set.
   */
  boolean hasClidbEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ clidb_encrypt_key = 4;
   * @return The clidbEncryptKey.
   */
  wechat.protobuf.SKBuiltinString_ getClidbEncryptKey();
  /**
   * optional .wechat_proto.SKBuiltinString_ clidb_encrypt_key = 4;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getClidbEncryptKeyOrBuilder();

  /**
   * optional .wechat_proto.SKBuiltinString_ clidb_encrypt_info = 5;
   * @return Whether the clidbEncryptInfo field is set.
   */
  boolean hasClidbEncryptInfo();
  /**
   * optional .wechat_proto.SKBuiltinString_ clidb_encrypt_info = 5;
   * @return The clidbEncryptInfo.
   */
  wechat.protobuf.SKBuiltinString_ getClidbEncryptInfo();
  /**
   * optional .wechat_proto.SKBuiltinString_ clidb_encrypt_info = 5;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getClidbEncryptInfoOrBuilder();

  /**
   * optional uint32 auth_req_flag = 6;
   * @return Whether the authReqFlag field is set.
   */
  boolean hasAuthReqFlag();
  /**
   * optional uint32 auth_req_flag = 6;
   * @return The authReqFlag.
   */
  int getAuthReqFlag();

  /**
   * optional string auth_ticket = 7;
   * @return Whether the authTicket field is set.
   */
  boolean hasAuthTicket();
  /**
   * optional string auth_ticket = 7;
   * @return The authTicket.
   */
  java.lang.String getAuthTicket();
  /**
   * optional string auth_ticket = 7;
   * @return The bytes for authTicket.
   */
  com.google.protobuf.ByteString
      getAuthTicketBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy