PHP Интерфейс AuthBucket\OAuth2\GrantType\GrantTypeHandlerFactoryInterface

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

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

Метод Описание
getGrantTypeHandler ( string $type = null ) : AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface Gets a stored grant type handler.
getGrantTypeHandlers ( ) : array Get a list of all supported handler.

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

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

Gets a stored grant type handler.
public getGrantTypeHandler ( string $type = null ) : AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface
$type string Type of grant type handler, as refer to RFC6749
Результат AuthBucket\OAuth2\GrantType\GrantTypeHandlerInterface The stored grant type handler

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

Get a list of all supported handler.
public getGrantTypeHandlers ( ) : array
Результат array Supported handler in key-value pair