Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
<?php
1
<?php
2
namespace Aws\Token;
2
namespace Aws\Token;
Línea -... Línea 3...
-
 
3
 
3
 
4
use Aws\Identity\BearerTokenIdentity;
Línea 4... Línea 5...
4
use Aws\Token\TokenInterface;
5
use Aws\Token\TokenInterface;
5
 
6
 
6
/**
7
/**
7
 * Basic implementation of the AWS Token interface that allows callers to
8
 * Basic implementation of the AWS Token interface that allows callers to
8
 * pass in an AWS token in the constructor.
9
 * pass in an AWS token in the constructor.
9
 */
10
 */
10
class Token implements TokenInterface, \Serializable
11
class Token extends BearerTokenIdentity implements TokenInterface, \Serializable
11
{
12
{
Línea 12... Línea 13...
12
    protected $token;
13
    protected $token;