Access token decoder.
Setup interceptors at initialization.
Exclude some requests and responses from interception.
Listeners to add at construction.
Automatically load Tokens from both TokenStorage at initialization.
Token storage used to load and store Tokens with persistence.
Stored Tokens should survive a browser restart.
Token storage used to load and store {Tokens} without any persistence.
Stored Tokens should not survive a browser restart.
Generated using TypeDoc
Options that can be defined on Auth constructor.