AuthInterceptor
Hierarchy
AuthInterceptor
Implements
HttpInterceptorInterface
Index
Constructors
Accessors
Methods
Constructors
constructor
+ new AuthInterceptor(options
: AuthInterceptorOptions): AuthInterceptor
Parameters:
Name | Type |
|
Returns: AuthInterceptor
Accessors
pendingRequestCount
• get pendingRequestCount(): number
Returns: number
Methods
onIntercept
▸ onIntercept<Body>(request
: HttpFetch‹Body›, options
: NormalizedHttpOptions): HttpFetch‹Body›
Type parameters:
▪ Body
Parameters:
Name | Type |
| HttpFetch‹Body› |
| NormalizedHttpOptions |
Returns: HttpFetch‹Body›
Last updated