PHP Интерфейс AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerFactoryInterface

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

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

Метод Описание
getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface Gets a stored response type handler.
getResponseTypeHandlers ( ) : array Get a list of all supported handler.

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

getResponseTypeHandler() публичный Метод

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

getResponseTypeHandlers() публичный Метод

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