authToken element
Type: | authToken |
Namespace: | http://sonatype.org/xsd/nexus-wonderland-plugin/rest/1.0 |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<authToken xmlns="http://sonatype.org/xsd/nexus-wonderland-plugin/rest/1.0">
<u xmlns="">...</u>
<p xmlns="">...</p>
</authToken>
Example JSON
{
"u" : "...",
"p" : "..."
}