summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetClientAccessTokenType.php
blob: 345db35824c2e0d2bd3663098a8a9d7bf36833c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\GetClientAccessTokenType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to get a client access token.
 *
 * @package php-ews\Request
 */
class GetClientAccessTokenType extends BaseRequestType
{
    /**
     * Contains an array of token requests.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfClientAccessTokenRequestsType
     */
    public $TokenRequests;
}