Skip to content

Opensearch dashboards.authenticationhandler

Home > opensearch-dashboards > AuthenticationHandler

AuthenticationHandler type

See AuthToolkit.

Signature:

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

References: OpenSearchDashboardsRequest, LifecycleResponseFactory, AuthToolkit, AuthResult, IOpenSearchDashboardsResponse