interface GrantTypeHandlerFactoryInterface

OAuth2 grant type handler factory interface.

Methods

getGrantTypeHandler(string $type = null)

Gets a stored grant type handler.

array
getGrantTypeHandlers()

Get a list of all supported handler.

Details

at line 30
GrantTypeHandlerInterface getGrantTypeHandler(string $type = null)

Gets a stored grant type handler.

Parameters

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

Return Value

GrantTypeHandlerInterface The stored grant type handler

at line 37
array getGrantTypeHandlers()

Get a list of all supported handler.

Return Value

array Supported handler in key-value pair