Participant
AuthenticationModel Complex Type
Participant : AuthenticationModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
Sequence TwoFactorAuthentication Element Data Element Type Element Sequence AuthenticationModel Complex Type
Overview
Used By
AuthenticationModel Element
Authentication Element
TwoFactorAuthentication Element
Authentication Element
Authentication Element
Authentication2 Element
Source
<xs:complexType name="AuthenticationModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Type" nillable="true" type="q10:Option.ParticipantAuthenticationTypes" xmlns:q10="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
    <xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="TwoFactorAuthentication" nillable="true" type="tns:AuthenticationModel" />
  </xs:sequence>
</xs:complexType>
See Also
Participant