UNPKG

loopback4-authentication

Version:

A loopback-next extension for authentication feature. Various Oauth strategies supported by this package.

5 lines (4 loc) 120 B
export declare enum AuthenticationMiddlewareGroups { CLIENT = "authenticateClient", USER = "authenticateUser" }