Class: PrimaryAccountInitService::VerifyAccountUsingPwd_args
- Inherits:
-
Object
- Object
- PrimaryAccountInitService::VerifyAccountUsingPwd_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/primary_account_init_service.rb
Constant Summary collapse
- AUTHSESSIONID =
1
- ACCOUNTIDENTIFIER =
2
- ENCRYPTEDPASSWORD =
3
- FIELDS =
{ AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'}, ACCOUNTIDENTIFIER => {:type => ::Thrift::Types::STRUCT, :name => 'accountIdentifier', :class => ::AccountIdentifier}, ENCRYPTEDPASSWORD => {:type => ::Thrift::Types::STRUCT, :name => 'encryptedPassword', :class => ::EncryptedPassword} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1119 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1119 def struct_fields; FIELDS; end |
#validate ⇒ Object
1121 1122 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1121 def validate end |