mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-05-25 02:03:43 +00:00
11 lines
149 B
PHP
11 lines
149 B
PHP
<?php
|
|
namespace OSS\Credentials;
|
|
|
|
interface CredentialsProvider
|
|
{
|
|
|
|
/**
|
|
* @return Credentials
|
|
*/
|
|
public function getCredentials();
|
|
} |