__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Aws\Token;
/**
* Provides access to an AWS token used for accessing AWS services
*
*/
interface RefreshableTokenProviderInterface
{
/**
* Attempts to refresh this token object
*
* @return Token | Exception
*/
public function refresh();
/**
* Check if a refresh should be attempted
*
* @return boolean
*/
public function shouldAttemptRefresh();
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| BearerTokenAuthorization.php | File | 1.01 KB | 0777 |
|
| ParsesIniTrait.php | File | 1.31 KB | 0777 |
|
| RefreshableTokenProviderInterface.php | File | 423 B | 0777 |
|
| SsoToken.php | File | 3.56 KB | 0777 |
|
| SsoTokenProvider.php | File | 9.29 KB | 0777 |
|
| Token.php | File | 2.19 KB | 0777 |
|
| TokenAuthorization.php | File | 645 B | 0777 |
|
| TokenInterface.php | File | 641 B | 0777 |
|
| TokenProvider.php | File | 8.36 KB | 0777 |
|