Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SakuraApiPluginResult

The interface of an object returned from a SakuraApi plugin (for example native-authentication-authority)

Hierarchy

  • SakuraApiPluginResult

Index

Properties

Optional authenticators

authenticators: IAuthenticator[]

Authenticators made available for @Route and @Routable authentication.

Optional middlewareHandlers

middlewareHandlers: Handler[]

Route handlers that get called before any specific route handlers are called. This is for plugins that inspect all incoming requests before they're passed off to specific route handlers.

Optional models

models: any[]

@Model decorated models for the plugin.

Optional providers

providers: any[]

@Injectable decorated services for the plugin.

Optional routables

routables: any[]

@Routable decorated models for the plugin.

Generated using TypeDoc