ResponseTypeHandlerFactoryInterface
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.
at line 37
array
getResponseTypeHandlers()
Get a list of all supported handler.