summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetClientAccessTokenType.php
blob: 345db35824c2e0d2bd3663098a8a9d7bf36833c0 (plain) (tree)






















                                                                                      
<?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;
}