Class - mitto.credentials.BasicCredentials

JSON Schema

BasicCredentials

Basic credentials: username/password.

type

object

properties

  • username

Username

The username.

type

string

minLength

1

  • password

Password

The password.

type

string

minLength

1

format

password