PHP Интерфейс AuthBucket\OAuth2\ResourceType\ResourceTypeHandlerInterface

Автор: Wong Hoi Sing Edison ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
handle ( string $accessToken, array $options = [] ) : AuthBucket\OAuth2\Model\AccessTokenInterface Handle corresponding resource type logic.

Описание методов

handle() публичный метод

Handle corresponding resource type logic.
public handle ( string $accessToken, array $options = [] ) : AuthBucket\OAuth2\Model\AccessTokenInterface
$accessToken string Access token for checking
$options array Additional options for this handler
Результат AuthBucket\OAuth2\Model\AccessTokenInterface The stored access token with meta information