class AuthLoginRequest

Constants

AUTHLOGINVERSION
CIPHERTEXT
FIELDS
METADATA

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 13587
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 13589
def validate
  unless @authLoginVersion.nil? || ::P0_a_e_a_b_h0::VALID_VALUES.include?(@authLoginVersion)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field authLoginVersion!')
  end
end