Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

JSON format

The Authentication object of the Source document is a subset of the full Authentication object in that it only uses the 'username' and 'password' fields.

It is used for the authentication of RSS sources and database sources, but not to allow access to file sources (which includes the domain and occurs in the linked object).

Code Block
titleSource.authentication object
{
	"username" : "string", // String
	"password" : "string", // String
}

...