Type that describes the username and password for the current user's authenticated session. Credentials details are passed to the system, but cannot be returned.
| name | data type | description |
|---|---|---|
| username | string | |
| password | string |
Example
{
"username" : "...",
"password" : "..."
}