OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
zzXpress
/
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:23 AM
rwxr-xr-x
📄
AwsCredentialIdentity.php
446 bytes
05/19/2025 10:07:23 AM
rw-r--r--
📄
BearerTokenIdentity.php
442 bytes
05/19/2025 10:07:23 AM
rw-r--r--
📄
IdentityInterface.php
520 bytes
05/19/2025 10:07:23 AM
rw-r--r--
📁
S3
-
05/19/2025 10:07:23 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(); }