Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AuthAdapter

Открытые члены

 __construct ($type)
 
 setService (IService $service)
 
 setParameters (array $parameters=[])
 
 getAuthUrl ()
 
 removeAuth ()
 
 getType ()
 
 getToken ()
 
 hasAuth ()
 

Открытые статические члены

static create ($type, IService $service=null)
 

Защищенные члены

 getAuthData ($isUseCache=true)
 
 getEngineCode ()
 

Защищенные данные

 $service
 
 $type
 
 $data
 
 $parameters = ['URL_PARAMETERS' => []]
 

Подробное описание

См. определение в файле authadapter.php строка 14

Конструктор(ы)

◆ __construct()

__construct ( $type)

AuthAdapter constructor.

Аргументы
$type

См. определение в файле authadapter.php строка 28

Методы

◆ create()

static create ( $type,
IService $service = null )
static
Аргументы
$type
IService | null$service
Возвращает
AuthAdapter
Исключения
SystemException

Bitrix\Main\LoaderException

См. определение в файле authadapter.php строка 40

◆ getAuthData()

getAuthData ( $isUseCache = true)
protected
Аргументы
bool$isUseCache
Возвращает
bool

См. определение в файле authadapter.php строка 101

◆ getAuthUrl()

getAuthUrl ( )
Возвращает
string
Исключения
SystemException

См. определение в файле authadapter.php строка 79

◆ getEngineCode()

getEngineCode ( )
protected
Возвращает
string

См. определение в файле authadapter.php строка 124

◆ getToken()

getToken ( )
Возвращает
mixed|null

См. определение в файле authadapter.php строка 147

◆ getType()

getType ( )
Возвращает
mixed

См. определение в файле authadapter.php строка 139

◆ hasAuth()

hasAuth ( )
Возвращает
bool

См. определение в файле authadapter.php строка 156

◆ removeAuth()

removeAuth ( )

См. определение в файле authadapter.php строка 111

◆ setParameters()

setParameters ( array $parameters = [])
Аргументы
array$parameters
Возвращает
$this

См. определение в файле authadapter.php строка 69

◆ setService()

setService ( IService $service)
Аргументы
IService$service
Возвращает
$this

См. определение в файле authadapter.php строка 59

Данные класса

◆ $data

$data
protected

См. определение в файле authadapter.php строка 19

◆ $parameters

$parameters = ['URL_PARAMETERS' => []]
protected

См. определение в файле authadapter.php строка 22

◆ $service

IService $service
protected

См. определение в файле authadapter.php строка 17

◆ $type

$type
protected

См. определение в файле authadapter.php строка 18