mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
new iTokenLoginUIExtension interface
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Login page extensibility
|
||||||
|
*
|
||||||
|
* @api
|
||||||
|
* @package UIExtensibilityAPI
|
||||||
|
* @since 3.x.x
|
||||||
|
*/
|
||||||
|
interface iTokenLoginUIExtension
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @return array
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
public function GetTokenInfo() : array;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return array
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
public function GetUserLogin(array $aTokenInfo) : string;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user