Class - mitto.credentials.BasicCredentials
¶
JSON Schema¶
BasicCredentials¶
Basic credentials: username/password. |
||
type |
object |
|
properties |
||
|
Username |
|
The username. |
||
type |
string |
|
minLength |
1 |
|
|
Password |
|
The password. |
||
type |
string |
|
minLength |
1 |
|
format |
password |