Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 646 Bytes

kibana-plugin-server.onpostauthtoolkit.md

File metadata and controls

20 lines (12 loc) · 646 Bytes

Home > kibana-plugin-server > OnPostAuthToolkit

OnPostAuthToolkit interface

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

Signature:

export interface OnPostAuthToolkit 

Properties

Property Type Description
next () => OnPostAuthResult To pass request to the next handler