Options
All
  • Public
  • Public/Protected
  • All
Menu
label

SCOPES

description

The oauth scope's main module. This module is loaded by the software when "oauth" is present in the enabled scopes through configuration (config/dapp.json).

Modules

This scoped module currently features the following submodules:

Module Mongo collection(s) Routes Description
WebHooksModule N/A /webhook/:provider Module with schedulers, collections and routes around Web Hooks.


Events

This scoped module currently features the following events:

Class Name Link Description
OnActivityCreated oauth.activity.created OnActivityCreated Event that is emitted in WebHooksService.eventHandler when an activity is created in database.
OnActivityDownloaded oauth.activity.downloaded OnActivityDownloaded Event that is emitted in WebHooksService.onActivityCreated when an activity is successfully downloaded from the data provider.


Listeners

This scoped module currently features the following listeners:

Class Event Link Description
WebHooksService.onActivityCreated oauth.activity.created WebHooksService.onActivityCreated Event listener that instructs the runtime backend to run an activity download command.
since

v0.5.3

Hierarchy

Index

Constructors

Constructors

Generated using TypeDoc