This documentation describes an old release, version 3.5.0. Documentation for the latest release, 3.6.1, can be found here.

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