user_logout
Api Code Documentation / Exports / user_logout
Table of contents
Functions
Functions
addHttpHandler
▸ addHttpHandler(server, urlPrefix, service): void
Creates an http handler that handles incoming http requests for the /user.logout route
Parameters
| Name | Type | Description |
|---|---|---|
server | FastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTypeProviderDefault> | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
service | UserLogoutAPIService | - |
Returns
void