Type Alias AuthenticationProvider
AuthenticationProvider: (
request: express.Request,
) => Promise<AuthenticationResult> | AuthenticationResult
Type Declaration
- (request: express.Request): Promise<AuthenticationResult> | AuthenticationResult
Returns Promise<AuthenticationResult> | AuthenticationResult