CustomerKeyAuthentication Class |
Namespace: Apptus.ESales.Connector
public class CustomerKeyAuthentication
The CustomerKeyAuthentication type exposes the following members.
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.
|
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".
|
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.) |