You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $token Il token da utilizzare per il collegamento
7
+
* @param array $scopes Array con la lista degli scope per cui il token è abilitato
8
+
* @param object $cache Classe che gestisce la cahce, deve essere una classe che estende {@see OpenApi\clasess\utility\DummyCache} o comunque compatibile con essa (stessi metodi)
* @param string $token Il token da utilizzare per il collegamento
13
+
* @param array $scopes Array con la lista degli scope per cui il token è abilitato
14
+
* @param object $cache Classe che gestisce la cahce, deve essere una classe che estende {@see OpenApi\clasess\utility\DummyCache} o comunque compatibile con essa (stessi metodi)
0 commit comments