Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 692 Bytes

kibana-plugin-server.authtoolkit.md

File metadata and controls

20 lines (12 loc) · 692 Bytes

Home > kibana-plugin-server > AuthToolkit

AuthToolkit interface

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

Signature:

export interface AuthToolkit 

Properties

Property Type Description
authenticated (data?: AuthResultParams) => AuthResult Authentication is successful with given credentials, allow request to pass through