Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 850 Bytes

kibana-plugin-server.onpreauthtoolkit.md

File metadata and controls

21 lines (13 loc) · 850 Bytes

Home > kibana-plugin-server > OnPreAuthToolkit

OnPreAuthToolkit interface

A tool set defining an outcome of OnPreAuth interceptor for incoming request.

Signature:

export interface OnPreAuthToolkit 

Properties

Property Type Description
next () => OnPreAuthResult To pass request to the next handler
rewriteUrl (url: string) => OnPreAuthResult Rewrite requested resources url before is was authenticated and routed to a handler