| Overload | Description | 
|---|---|
| UserNameTokenInfo Constructor() | Initializes a new instance of the class with default data. | 
| UserNameTokenInfo Constructor(String) | Initializes a new instance of the class with specified username, and an empty password. | 
| UserNameTokenInfo Constructor(String,String) | Initializes a new instance of the class with specified username and password. | 
| UserNameTokenInfo Constructor(UserNameTokenInfo) | Initializes a new copy of the class object. | 
