Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 508 Bytes

kibana-plugin-server.authenticationhandler.md

File metadata and controls

12 lines (7 loc) · 508 Bytes

Home > kibana-plugin-server > AuthenticationHandler

AuthenticationHandler type

Signature:

export declare type AuthenticationHandler = (request: KibanaRequest, response: LifecycleResponseFactory, t: AuthToolkit) => AuthResult | KibanaResponse | Promise<AuthResult | KibanaResponse>;