BasicAuthentication class
In rare circumstances, Basic Authentication may be requested by an API endpoint. See the Authentication page for more info.
public class BasicAuthentication : IAuthentication
Public Members
| name | description |
|---|---|
| BasicAuthentication() | The default constructor. |
| Password { get; set; } | User password. |
| UserName { get; set; } | User name. |
See Also
- interface IAuthentication
- namespace Amica