✏️ 正在编辑: RefreshableTokenProviderInterface.php
路径:
/srv/systems_dir/oakberry/vendor/aws/aws-sdk-php/src/Token/RefreshableTokenProviderInterface.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?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(); }
💾 保存文件
← 返回文件管理器