interface ResponseTypeHandlerFactoryInterface

OAuth2 response type handler factory interface.

Methods

getResponseTypeHandler(string $type = null)

Gets a stored response type handler.

array
getResponseTypeHandlers()

Get a list of all supported handler.

Details

at line 30
ResponseTypeHandlerInterface getResponseTypeHandler(string $type = null)

Gets a stored response type handler.

Parameters

string $type Type of response type handler, as refer to RFC6749

Return Value

ResponseTypeHandlerInterface The stored response type handler

at line 37
array getResponseTypeHandlers()

Get a list of all supported handler.

Return Value

array Supported handler in key-value pair