kibana/docs/development/core/server/kibana-plugin-server.authenticationhandler.md

583 B

Home > kibana-plugin-server > AuthenticationHandler

AuthenticationHandler type

See AuthToolkit.

Signature:

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