CustomerKeyAuthentication ClassA Sandcastle Documented Class Library
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorCustomerKeyAuthentication

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public class CustomerKeyAuthentication

The CustomerKeyAuthentication type exposes the following members.

Constructors

  NameDescription
Public methodCustomerKeyAuthentication
Creates a new instance that contains a personal customer key and a token, that can be used for cross-device client-side notifications in eSales Web API. This object should be created when the user has successfully logged in, and the respective values should be set in cookies.
Top
Properties

  NameDescription
Public propertyCustomerKey
A hash based on a user specific value, such as user name. This value should be stored in a cookie named "apptus.customerKey".
Public propertyToken
The signature of this customerKey. This value should be stored in a cookie named "apptus.token".
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference