Represents a Basic HTTP authentication response that contains a user name and a password as according to RFC7617 (https://tools.ietf.org/html/rfc7617)
Summary
| Members | Description |
|---|---|
| Password | Password provided for authentication. |
| UserName | User name provided for authentication. |
Properties
Password
string Password
Password provided for authentication.
UserName
string UserName
User name provided for authentication.