Function xsrfInterceptor

  • Parameters

    • Optionaloptions: {
          cookieName?: string;
          headerName?: string;
          tokenExtractor?: () => null | string;
      }

    Returns HttpInterceptorFn