OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Identity
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:21 AM
rwxr-xr-x
📄
AwsCredentialIdentity.php
446 bytes
05/19/2025 10:07:20 AM
rw-r--r--
📄
BearerTokenIdentity.php
442 bytes
05/19/2025 10:07:20 AM
rw-r--r--
📄
IdentityInterface.php
520 bytes
05/19/2025 10:07:20 AM
rw-r--r--
📁
S3
-
05/19/2025 10:07:20 AM
rwxr-xr-x
Editing: BearerTokenIdentity.php
Close
<?php namespace Aws\Identity; /** * Denotes the use of Bearer Token credentials. * * @internal */ abstract class BearerTokenIdentity implements IdentityInterface { /** * Returns a UNIX timestamp, if available, representing the expiration * time of the Bearer Token object. Returns null if no expiration is provided. * * @return int|null */ abstract public function getExpiration(); }