Page Contents
Home > @loopback/authorization > AuthorizationInterceptor > intercept
AuthorizationInterceptor.intercept() method
Signature:
intercept(invocationCtx: InvocationContext, next: Next): Promise<NonVoid>;
Parameters
Parameter | Type | Description |
---|---|---|
invocationCtx | InvocationContext | |
next | Next |
Returns:
Promise<NonVoid>