Share via


authPeriod Element (Compact 2013)

3/26/2014

This element specifies the maximum length of time, in seconds, in which a client waits for a response from the authenticator. If a response is not received within the specified period, the client assumes that there is no authenticator present on the network.

This element is optional. When authPeriod is not specified in a profile, a value of 18 seconds is used.

Syntax

<xs:element name="authPeriod">
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:enumeration
                value="1"
             />
            <xs:enumeration
                value="3600"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

The authPeriod element is defined by the OneX Element.

See Also

Reference

Profile XML Schema Elements
OneX Element
Profile XML Schema Reference