interface ResourceTypeHandlerFactoryInterface

OAuth2 resource type handler factory interface.

Methods

getResourceTypeHandler(string $type = null)

Gets a stored resource type handler.

array
getResourceTypeHandlers()

Get a list of all supported handler.

Details

at line 30
ResourceTypeHandlerInterface getResourceTypeHandler(string $type = null)

Gets a stored resource type handler.

Parameters

string $type Type of resource type handler

Return Value

ResourceTypeHandlerInterface The stored resource type handler

at line 37
array getResourceTypeHandlers()

Get a list of all supported handler.

Return Value

array Supported handler in key-value pair