user_permission_grant
Api Code Documentation / Exports / user_permission_grant
#
Table of contents#
Functions#
Functions#
addHttpHandlerâ–¸ addHttpHandler(server
, urlPrefix
, service
): void
Creates an http handler that handles incoming http requests for the /user.intent.grantPermission
route
#
ParametersName | Type | Description |
---|---|---|
server | AugmentedFastifyInstance | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
service | Service | the service {@link Service} object used to offer an interface to the domain logic |
#
Returnsvoid