summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ClientAccessTokenRequestType.php
blob: f77999f0059bfee11a57ec5dcc461c6786be05f6 (plain) (tree)












































                                                                     
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\ClientAccessTokenRequestType.
 */

namespace jamesiarmes\PhpEws\Type;

use jamesiarmes\PhpEws\Type;

/**
 * Defines a single token request.
 *
 * @package php-ews\Type
 */
class ClientAccessTokenRequestType extends Type
{
    /**
     * Specifies the identifier of an app.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $Id;

    /**
     * Specifies a token scope.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $Scope;

    /**
     * Identifies the type of client access token.
     *
     * @since Exchange 2013
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\ClientAccessTokenTypeType
     */
    public $TokenType;
}