Function withXsrfProtection
- withXsrfProtection(
options?: {
cookieName?: string;
headerName?: string;
tokenExtractor?: () => null | string;
},
): { kind: XsrfProtection; value: HttpInterceptorFn } Parameters
Optional
options: {
cookieName?: string;
headerName?: string;
tokenExtractor?: () => null | string;
}