Security
ServiceAuthenticationModel Complex Type
Security : ServiceAuthenticationModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Security
Diagram
ApiPassword Element ApiUsername Element ApiSecretOrAuthData Element ApiKeyOrProntoID Element Sequence ServiceAuthenticationModel Complex Type
Overview
Sequence
ApiKeyOrProntoID optional xs:string
ApiSecretOrAuthData optional xs:string
ApiUsername optional xs:string
ApiPassword optional xs:string
Used By
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
serviceAuthentication Element
ServiceAuthenticationModel Element
Source
<xs:complexType name="ServiceAuthenticationModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ApiKeyOrProntoID" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ApiSecretOrAuthData" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ApiUsername" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ApiPassword" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Security