Click or drag to resize

TemporaryLoginResponse Class

[This is preliminary documentation and is subject to change.]

Returns a temporary login with an expiration date
Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsResponseBase
    Purolator.Webservice.ObjectsTemporaryLoginResponse

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class TemporaryLoginResponse : ResponseBase

The TemporaryLoginResponse type exposes the following members.

Properties
  NameDescription
Public propertyExpiration
Expiration time of the login
Public propertyHybridResults
The json response to the HSS call.
(Inherited from ResponseBase.)
Public propertyLogin
login
Public propertyMessages
Error, Warning or Informational messages.
(Inherited from ResponseBase.)
Public propertyStatus
The status of the request (0 - Success, 1 - Success with warnings, 2 - Failure).
(Inherited from ResponseBase.)
Public propertyUserName
Login username.
Top
Methods
  NameDescription
Public methodSetFromRequest
Top
See Also