初始化仓库
This commit is contained in:
18
vendor/alibabacloud/client/src/Credentials/CredentialsInterface.php
vendored
Normal file
18
vendor/alibabacloud/client/src/Credentials/CredentialsInterface.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace AlibabaCloud\Client\Credentials;
|
||||
|
||||
/**
|
||||
* interface CredentialsInterface
|
||||
*
|
||||
* @package AlibabaCloud\Client\Credentials
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
interface CredentialsInterface
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function __toString();
|
||||
}
|
||||
Reference in New Issue
Block a user