Expand description
Plugin authoring interfaces and shared runtime types.
Structs§
- Auth
Context - Context passed to plugin methods.
- Auth
Init Context - Initialization context passed to plugin setup.
- Auth
Route - Route definition for plugins
- Open
ApiBuilder - Builder for constructing an OpenAPI spec from plugins and core routes.
- Open
ApiSpec - Minimal OpenAPI 3.1.0 spec builder that collects routes from plugins.
Enums§
- Before
Request Action - Action returned by
AuthPlugin::before_request.
Traits§
- Auth
Plugin - Plugin trait that all authentication plugins must implement.