Class: ChannelService::IssueRequestTokenWithAuthScheme_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/channel_service.rb

Constant Summary collapse

CHANNELID =
1
OTPID =
2
AUTHSCHEME =
3
RETURNURL =
4
FIELDS =
{
  CHANNELID => {:type => ::Thrift::Types::STRING, :name => 'channelId'},
  OTPID => {:type => ::Thrift::Types::STRING, :name => 'otpId'},
  AUTHSCHEME => {:type => ::Thrift::Types::LIST, :name => 'authScheme', :element => {:type => ::Thrift::Types::STRING}},
  RETURNURL => {:type => ::Thrift::Types::STRING, :name => 'returnUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



773
# File 'lib/linerb/gen-rb/channel_service.rb', line 773

def struct_fields; FIELDS; end

#validateObject



775
776
# File 'lib/linerb/gen-rb/channel_service.rb', line 775

def validate
end