Akamai {OPEN} EdgeGrid Authentication for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • Akamai
    • Open
      • EdgeGrid
        • Authentication
          • Exception
            • SignerException
        • Exception
          • HandlerException
        • Handler

Classes

  • Akamai\Open\EdgeGrid\Authentication
  • Akamai\Open\EdgeGrid\Authentication\Nonce
  • Akamai\Open\EdgeGrid\Authentication\Timestamp
  • Akamai\Open\EdgeGrid\Cli
  • Akamai\Open\EdgeGrid\Client
  • Akamai\Open\EdgeGrid\Handler\Authentication
  • Akamai\Open\EdgeGrid\Handler\Debug
  • Akamai\Open\EdgeGrid\Handler\Verbose

Exceptions

  • Akamai\Open\EdgeGrid\Authentication\Exception
  • Akamai\Open\EdgeGrid\Authentication\Exception\ConfigException
  • Akamai\Open\EdgeGrid\Authentication\Exception\SignerException
  • Akamai\Open\EdgeGrid\Authentication\Exception\SignerException\InvalidSignDataException
  • Akamai\Open\EdgeGrid\Exception
  • Akamai\Open\EdgeGrid\Exception\HandlerException
  • Akamai\Open\EdgeGrid\Exception\HandlerException\IOException
 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 
<?php
/**
 * Akamai {OPEN} EdgeGrid Auth Client
 *
 * @author Davey Shafik <dshafik@akamai.com>
 * @copyright Copyright 2016 Akamai Technologies, Inc. All rights reserved.
 * @license Apache 2.0
 * @link https://github.com/akamai-open/AkamaiOPEN-edgegrid-php-client
 * @link https://developer.akamai.com
 * @link https://developer.akamai.com/introduction/Client_Auth.html
 */

namespace Akamai\Open\EdgeGrid\Exception\HandlerException;

use Akamai\Open\EdgeGrid\Exception\HandlerException;

/**
 * Class IOException
 * @package Akamai\Open\EdgeGrid\Client
 */
class IOException extends HandlerException
{
}
Akamai {OPEN} EdgeGrid Authentication for PHP API documentation generated by ApiGen