Class AnybillAuthenticationOptions
public class AnybillAuthenticationOptions : IAnybillAuthenticationOptions
- Inheritance
-
AnybillAuthenticationOptions
- Implements
- Inherited Members
Constructors
AnybillAuthenticationOptions(string, string, string)
public AnybillAuthenticationOptions(string username, string password, string clientId)
Parameters
Properties
ClientId
The client id used for authentication.
public string ClientId { get; }
Property Value
Password
The password used for authentication.
public string Password { get; }
Property Value
Username
The username used for authentication.
public string Username { get; }