Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\EtsyApi\Credential;
|
||||
|
||||
interface CredentialDataInterface
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getIdentifier();
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getSecret();
|
||||
}
|
||||
Reference in New Issue
Block a user