Skip to main content

user_logout

Api Code Documentation / Exports / user_logout

Table of contents

Functions

Functions

addHttpHandler

addHttpHandler(server, urlPrefix): void

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

Parameters

NameTypeDescription
serverFastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault>the current fastify server instance
urlPrefixstringthe prefix of the http url

Returns

void

Defined in

src/user_logout.ts:109