# UserCredentials
Credentials of user.

## Properties

### `UserName`
`String`<br/>
The name of the user.

### `Password`
`String`<br/>
The password for current user.

## Constructors
`constructor(name: String, password: String)`<br/>
Create credentials of user.

<br/>Arguments:<br/>
- `name: String` - the name of the user.
- `password: String` - the password for current user.
