3.1.4.4.3.1 GetClientAccessTokenType
Namespace: http://schemas.microsoft.com/exchange/services/2006/messages
The GetClientAccessTokenType complex type specifies a request to retrieve a client access token. This type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.
-
<xs:complexType name="GetClientAccessTokenType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexContent mixed="false"> <xs:extension base="tns:BaseRequestType"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="TokenRequests" type="t:NonEmptyArrayOfClientAccessTokenRequestsType"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
TokenRequests: An element of type NonEmptyArrayOfClientAccessTokenRequestsType that specifies an array of client access token requests.