Skip to content
Auto
Products

ClientCredentials

Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3

Client credentials used for authentication.

public class ClientCredentials

Inheritance: object → ClientCredentials

public ClientCredentials()

Gets or sets user password.

public string Password { get; set; }

string

Gets or sets authorization token.

public string Token { get; set; }

string

Gets or sets user name.

public string UserName { get; set; }

string