class AuthService::RespondE2EELoginRequest_args

Constants

ENCRYPTEDKEYCHAIN
ERRORCODE
FIELDS
HASHKEYCHAIN
PUBLICKEY
VERIFIER

Public Instance Methods

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