Page Contents
Home > @loopback/authentication > AuthenticationBindings
AuthenticationBindings namespace
Binding keys used by this component.
Signature:
export declare namespace AuthenticationBindings
Variables
| Variable | Description |
|---|---|
|
Key used to inject the authentication function into the sequence. | |
|
Binding key for AUTHENTICATION_MIDDLEWARE | |
|
Key used to inject authentication metadata, which is used to determine whether a request requires authentication or not. | |
|
Key used to bind an authentication strategy or multiple strategies to the context for the authentication function to use. | |
|
Key used to bind a user profile factory to the context for any consumer to use when they need to convert a user object into a slimmer user profile object |