OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
zzaws-ses
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Identity
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/04/2024 04:50:48 AM
rwxr-xr-x
📄
AwsCredentialIdentity.php
446 bytes
08/14/2024 07:58:39 AM
rw-r--r--
📄
BearerTokenIdentity.php
442 bytes
08/14/2024 07:58:39 AM
rw-r--r--
📄
IdentityInterface.php
520 bytes
08/14/2024 07:58:39 AM
rw-r--r--
📁
S3
-
08/14/2024 08:00:41 AM
rwxr-xr-x
Editing: AwsCredentialIdentity.php
Close
<?php namespace Aws\Identity; /** * Denotes the use of standard AWS credentials. * * @internal */ abstract class AwsCredentialIdentity implements IdentityInterface { /** * Returns a UNIX timestamp, if available, representing the expiration * time of the AWS Credential object. Returns null if no expiration is provided. * * @return int|null */ abstract public function getExpiration(); }