Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAuthenticator

Implemented by authenticators that are passed into Routable or Route authentication option.

Authenticators are returned by authentication plugins. Authenticators should implement IAuthenticator and IAuthenticatorConstructor.

Provides authentication behavior per the specifics of the plugin that provided the IAuthenticator(s) via SakuraApiPluginResult.authenticators.

An authenticator's authenticate method returns AuthenticatorPluginResult.

By convention, authenticators fall through until one of them returns true, otherwise, the first failure is returned. You should follow this convention or make it really clear in your documentation for your plugin if you're not following this convention.

Hierarchy

  • IAuthenticator

Implemented by

Index

Properties

Properties

authenticate

authenticate: function

Type declaration

Generated using TypeDoc