Phase2AuthenticationParameters Complex Type for EAP-TEAP

The Phase2AuthenticationParameters complex type specifies the authentication information for EAP-TEAP.

<xs:complexType name="Phase2AuthenticationParameters">
    <xs:sequence>
        <xs:element name="InnerMethodConfig" type="InnerMethodConfigParameters"  minOccurs="0" maxOccurs="unbounded"/>
        <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
    </xs:sequence>
</xs:complexType>

Remarks

The Phase2AuthenticationParameters element is optional.

InnerMethodConfig is an element of type InnerMethodConfigParameters containing parameters for the inner EAP method.

See also