Class: AuthService::SetIdentifierAndPassword_args
- Inherits:
-
Object
- Object
- AuthService::SetIdentifierAndPassword_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/auth_service.rb
Constant Summary collapse
- AUTHSESSIONID =
2
- REQUEST =
3
- FIELDS =
{ AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'}, REQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'request', :class => ::IdentityCredentialRequest} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
446 |
# File 'lib/linerb/gen-rb/auth_service.rb', line 446 def struct_fields; FIELDS; end |
#validate ⇒ Object
448 449 |
# File 'lib/linerb/gen-rb/auth_service.rb', line 448 def validate end |