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