Class: PrimaryAccountInitService::VerifySocialLogin_args
- Inherits:
-
Object
- Object
- PrimaryAccountInitService::VerifySocialLogin_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/primary_account_init_service.rb
Constant Summary collapse
- AUTHSESSIONID =
1
- DEVICE =
2
- SOCIALLOGIN =
3
- FIELDS =
{ AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'}, DEVICE => {:type => ::Thrift::Types::STRUCT, :name => 'device', :class => ::Device}, SOCIALLOGIN => {:type => ::Thrift::Types::STRUCT, :name => 'socialLogin', :class => ::SocialLogin} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1197 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1197 def struct_fields; FIELDS; end |
#validate ⇒ Object
1199 1200 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1199 def validate end |