mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
595 B
595 B
Home > kibana-plugin-server > OnPostAuthHandler
OnPostAuthHandler type
See OnPostAuthToolkit.
Signature:
export declare type OnPostAuthHandler = (request: KibanaRequest, response: LifecycleResponseFactory, toolkit: OnPostAuthToolkit) => OnPostAuthResult | KibanaResponse | Promise<OnPostAuthResult | KibanaResponse>;