AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerFactoryInterface::getResponseTypeHandler PHP Method

getResponseTypeHandler() public method

Gets a stored response type handler.
public getResponseTypeHandler ( string $type = null ) : AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface
$type string Type of response type handler, as refer to RFC6749
return AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerInterface The stored response type handler
    public function getResponseTypeHandler($type = null);
ResponseTypeHandlerFactoryInterface