3.1.4.4.3.2 NonEmptyArrayOfClientAccessTokenRequestsType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The NonEmptyArrayOfClientAccessTokenRequestsType complex type specifies an array of client access token requests.

 <xs:complexType name="NonEmptyArrayOfClientAccessTokenRequestsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element maxOccurs="unbounded" name="TokenRequest" type="t:ClientAccessTokenRequestType"/>
   </xs:sequence>
 </xs:complexType>

TokenRequest: An element of type ClientAccessTokenRequestType that represents a single token request.