ClientCredentials
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3
Client credentials used for authentication.
public class ClientCredentialsInheritance: object → ClientCredentials
Constructors
Section titled “Constructors”ClientCredentials()
Section titled “ClientCredentials()”public ClientCredentials()Properties
Section titled “Properties”Password
Section titled “Password”Gets or sets user password.
public string Password { get; set; }Property Value
Section titled “Property Value”Gets or sets authorization token.
public string Token { get; set; }Property Value
Section titled “Property Value”UserName
Section titled “UserName”Gets or sets user name.
public string UserName { get; set; }