Inheritance Hierarchy
Apptus.ESales.ConnectorCustomerKeyAuthentication
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class CustomerKeyAuthentication
The CustomerKeyAuthentication type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CustomerKeyAuthentication |
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.
|
Properties
Name | Description | |
---|---|---|
![]() | CustomerKey |
A hash based on a user specific value, such as user name.
This value should be stored in a cookie named "apptus.customerKey".
|
![]() | Token |
The signature of this customerKey.
This value should be stored in a cookie named "apptus.token".
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also