InnerMethodConfigParameters Complex Type

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

<xs:complexType name="InnerMethodConfigParameters">
    <xs:sequence>
        <xs:element ref="baseEap:Eap" minOccurs="0" maxOccurs="1"/>
        <xs:element name="Parameters" type="InnerMethodParametersType" minOccurs="0" maxOccurs="1" />
    </xs:sequence>
</xs:complexType>

Remarks

The InnerMethodConfigParameters element is optional.

Eap is an element of type BaseEap containing parameters for the inner EAP method.

Parameters is an element of type InnerMethodParametersType containing parameter information for the inner EAP method.

See also