Class: Kaltura::KalturaSearchAuthData

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#auth_dataObject

The authentication data that further should be used for search



5302
5303
5304
# File 'lib/kaltura_client.rb', line 5302

def auth_data
  @auth_data
end

#login_urlObject

Login URL when user need to sign-in and authorize the search



5305
5306
5307
# File 'lib/kaltura_client.rb', line 5305

def 
  @login_url
end

#messageObject

Information when there was an error



5308
5309
5310
# File 'lib/kaltura_client.rb', line 5308

def message
  @message
end