Skip to main content

user_authenticateAd

Api Code Documentation / Exports / user_authenticateAd

Table of contents

Functions

Functions

addHttpHandler

addHttpHandler(server, urlPrefix, service, jwtSecret): void

Creates an http handler that handles incoming http requests for the /user.authenticate route

Parameters

NameTypeDescription
serverFastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault>the current fastify server instance
urlPrefixstringthe prefix of the http url
serviceServicethe service Service object used to offer an interface to the domain logic
jwtSecretstring-

Returns

void

Defined in

src/user_authenticateAd.ts:178