mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
583 B
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>;