Functional AuthHttpInterceptor to include the access token in matching requests.
Note: Should only be used as of Angular 15
An outgoing HTTP request with an optional typed body.
Represents the next interceptor in an interceptor chain, or the real backend if there are no further interceptors.
An Observable representing the intercepted HttpRequest
Functional AuthHttpInterceptor to include the access token in matching requests.
Note: Should only be used as of Angular 15