Table of Contents

Class AnybillAuthenticationOptions

Namespace
anybill.POS.Client.Options
Assembly
anybill.POS.Client.dll
public class AnybillAuthenticationOptions : IAnybillAuthenticationOptions
Inheritance
AnybillAuthenticationOptions
Implements
Inherited Members

Constructors

AnybillAuthenticationOptions(string, string, string)

public AnybillAuthenticationOptions(string username, string password, string clientId)

Parameters

username string
password string
clientId string

Properties

ClientId

The client id used for authentication.

public string ClientId { get; }

Property Value

string

Password

The password used for authentication.

public string Password { get; }

Property Value

string

Username

The username used for authentication.

public string Username { get; }

Property Value

string