Class: Passport::Thrift::RemoteLoginService::CheckLogin_args
- Inherits:
-
Object
- Object
- Passport::Thrift::RemoteLoginService::CheckLogin_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_login_service.rb
Overview
HELPER FUNCTIONS AND STRUCTURES
Constant Summary collapse
- TOKEN =
1- REMEMBERME =
2- LOGINHELPINFO =
3- FIELDS =
{ TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token'}, REMEMBERME => {:type => ::Thrift::Types::STRING, :name => 'rememberMe'}, LOGINHELPINFO => {:type => ::Thrift::Types::STRUCT, :name => 'loginHelpInfo', :class => ::Passport::Thrift::LoginHelpInfo} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
107 |
# File 'lib/remote_login_service.rb', line 107 def struct_fields; FIELDS; end |
#validate ⇒ Object
109 110 |
# File 'lib/remote_login_service.rb', line 109 def validate end |