TokenAuthentication class
Most requests require Token Authentication. This class is used internally by Service classes to hold the JWT token througout the instance's life.
public class TokenAuthentication : IAuthentication
Public Members
| name | description |
|---|---|
| TokenAuthentication() | The default constructor. |
| Token { get; set; } | Authentication token. |
See Also
- interface IAuthentication
- namespace Amica.OAuth2