OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress
/
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:17 AM
rwxr-xr-x
📄
AwsCredentialIdentity.php
446 bytes
05/19/2025 10:07:17 AM
rw-r--r--
📄
BearerTokenIdentity.php
442 bytes
05/19/2025 10:07:17 AM
rw-r--r--
📄
IdentityInterface.php
520 bytes
05/19/2025 10:07:17 AM
rw-r--r--
📁
S3
-
05/19/2025 10:07:17 AM
rwxr-xr-x
Editing: IdentityInterface.php
Close
<?php namespace Aws\Identity; /** * An Identity object is used in identifying credential types and determining how * the SDK authenticates with a service API for requests that require a signature. * * @internal */ interface IdentityInterface { /** * Returns a UNIX timestamp, if available, representing * the expiration time of the identity object. Returns null * if no expiration is provided. * * @return int|null */ public function getExpiration(); }