OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Identity
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:55:35 AM
rwxr-xr-x
📄
AwsCredentialIdentity.php
446 bytes
08/14/2024 10:52:07 AM
rw-r--r--
📄
BearerTokenIdentity.php
442 bytes
08/14/2024 10:52:07 AM
rw-r--r--
📄
IdentityInterface.php
520 bytes
08/14/2024 10:52:07 AM
rw-r--r--
📁
S3
-
08/14/2024 10:55:15 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(); }