*/ interface AuthorizationService { const SERVICE_ID = 'taoDelivery/authorization'; /** * Returns the the authorization provider for the given delivery execution. * * @return AuthorizationProvider */ public function getAuthorizationProvider(); }