Packagecom.salesforce.results
Classpublic dynamic class LoginResult



Public Properties
 PropertyDefined by
  passwordExpired : Boolean
LoginResult
  serverUrl : String
LoginResult
  sessionId : String
LoginResult
  userId : String
LoginResult
  userInfo : UserInfo
LoginResult
Public Methods
 MethodDefined by
  
LoginResult(result:Object = null)
LoginResult
  
toDebugString():String
LoginResult
Property detail
passwordExpiredproperty
public var passwordExpired:Boolean
serverUrlproperty 
public var serverUrl:String
sessionIdproperty 
public var sessionId:String
userIdproperty 
public var userId:String
userInfoproperty 
public var userInfo:UserInfo
Constructor detail
LoginResult()constructor
public function LoginResult(result:Object = null)Parameters
result:Object (default = null)
Method detail
toDebugString()method
public function toDebugString():String

Returns
String