// Token: 0x06000E48 RID: 3656 RVA: 0x0005BA1D File Offset: 0x00059C1D
 internal static bool ShouldIgnoreRequest(OwaContext owaContext, UserContext userContext)
 {
     return(PendingRequestEventHandler.IsObsoleteRequest(owaContext, userContext));
 }