TokenAuthentication class
Most requests, especially company-bound ones, require Token Authentication. This class allows simultaneously setting both the token and the company's license key. See the Authentication page for more info.
public class TokenAuthentication : IAuthentication
Public Members
| name | description |
|---|---|
| TokenAuthentication() | The default constructor. |
| LicenseKey { get; set; } | Target company's license key. |
| Token { get; set; } | Authentication token, as obtained by a Login operation. |
See Also
- interface IAuthentication
- namespace Amica