VerifyAuthId
Checks the validity of an Auth ID string with a target Encyclopedia volume.
Request schema
<xsd:complexType name="VerifyAuthID">
<xsd:sequence>
<xsd:element name="AuthID" type="xsd:string"/>
<xsd:element name="Volume" type="xsd:string"/>
<xsd:element name="UserName" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
AuthID
String. An authentication ID.
Volume
String. The Encyclopedia volume with which to verify the AuthID.
UserName
String. The user name.
Response schema
<xsd:complexType name="VerifyAuthIDResponse">
<xsd:sequence>
<xsd:element name="IsValid" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Response elements
isValid
A boolean value for the validity of the AuthID with the target volume and user name.