Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Office365
+ Граф наследования:Office365:

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

 getControllerUrl ()
 
- Открытые члены унаследованные от OAuth
 buildMeta ()
 
 getOAuthEntity ()
 
 getStoredUid ()
 
 getRedirect (bool $final=true)
 
 getUrl ()
 
 getStoredToken ($uid=null, int $expireGapSeconds=10)
 
 getAccessToken ($code=null)
 
 getUserData ($secure=true)
 
 saveResponse ($state)
 
 getPublicUserData ()
 
 handleResponse (array $state, $context=self::WEB_TYPE)
 

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

static getServiceName ()
 
- Открытые статические члены унаследованные от OAuth
static getKnownServices ()
 
static getInstance ($service=null)
 
static getInstanceByMeta ($meta)
 
static parseMeta ($meta)
 
static getTokenByMeta ($meta, int $expireGapSeconds=10)
 
static getUserDataByMeta ($meta, $secure=true)
 

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

 __construct ()
 
 check ()
 
 mapUserData (array $userData)
 
- Защищенные члены унаследованные от OAuth
 fetchStoredToken ()
 
 setPublicUserData (UserData $userData)
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от OAuth
const WEB_TYPE = 'web'
 
const MOBILE_TYPE = 'mobile'
 
- Защищенные данные унаследованные от OAuth
 $oauthEntity
 
 $service
 
 $storedUid
 
UserData $publicUserData
 

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

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

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

◆ __construct()

__construct ( )
protected
Исключения

Bitrix\Main\ObjectNotFoundException

Исключения

Psr\Container\NotFoundExceptionInterface

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

Методы

◆ check()

check ( )
protected

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

◆ getControllerUrl()

getControllerUrl ( )

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

◆ getServiceName()

static getServiceName ( )
static

Returns service name

Исключения

Bitrix\Main\ObjectException

Возвращает
string

Переопределяет метод предка OAuth.

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

◆ mapUserData()

mapUserData ( array $userData)
protected

Returns unified user data

Аргументы
array$userDataUser data.
Возвращает
array

Переопределяет метод предка OAuth.

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