mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
namespace Combodo\iTop\Core\Authentication\Client\OAuth;
|
|
|
|
interface IOAuthClientProvider
|
|
{
|
|
}
|