Versions Compared

Key

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

...

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.

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

...