Class AuthorizationInterceptor

A RequestInterceptor that adds Authorization header in the request headers before sending it to the server. The implementation focuses on Basic authorization, which consists in choosing a scheme (e.g., Bearer) and a token/value e.g., my token).

The header property defaults to Authorization.

Hierarchy

Generated using TypeDoc