Page Contents
Home > @loopback/authorization > AuthorizationInterceptor
AuthorizationInterceptor class
Signature:
export declare class AuthorizationInterceptor implements Provider<Interceptor>
Implements: Provider<Interceptor>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the AuthorizationInterceptor class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| intercept(invocationCtx, next) | ||
| value() |