AuthBucket\OAuth2\GrantType\GrantTypeHandlerFactoryInterface::getGrantTypeHandlers PHP Method

getGrantTypeHandlers() public method

Get a list of all supported handler.
public getGrantTypeHandlers ( ) : array
return array Supported handler in key-value pair
    public function getGrantTypeHandlers();
GrantTypeHandlerFactoryInterface