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

dev.crashteam.crm.CheckUserAuthCodeRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: crm.proto

package dev.crashteam.crm;

public interface CheckUserAuthCodeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:crm.CheckUserAuthCodeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string user_id = 1;
   * @return The userId.
   */
  java.lang.String getUserId();
  /**
   * string user_id = 1;
   * @return The bytes for userId.
   */
  com.google.protobuf.ByteString
      getUserIdBytes();

  /**
   * int32 auth_code = 2;
   * @return The authCode.
   */
  int getAuthCode();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy