Skip to content

AuthenticateFn

type AuthenticateFn = (request) =>
| AuthContext
| Promise<AuthContext>;

Defined in: src/http/auth.ts:7

Async function that authenticates an incoming HTTP request.

ParameterType
requestRequest

| AuthContext | Promise<AuthContext>