first commit
This commit is contained in:
14
lib/Auth/AuthorizationReqRegistry.php
Normal file
14
lib/Auth/AuthorizationReqRegistry.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Auth;
|
||||
|
||||
interface AuthorizationReqRegistry
|
||||
{
|
||||
|
||||
/**
|
||||
* @param $operationId string
|
||||
* @return AuthorizationReq
|
||||
*/
|
||||
public function getAuthorizationReq($operationId);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user