mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* improving naming, add TSDoc * re-genereate docs * use response name in migration guide * Apply suggestions from code review Co-Authored-By: Josh Dover <me@joshdover.com> * place docs near the related code * re-generate docs * mark code as example to reduce noise in http-service.md
460 B
460 B
Home > kibana-plugin-server > GetAuthHeaders
GetAuthHeaders type
Get headers to authenticate a user against Elasticsearch.
Signature:
export declare type GetAuthHeaders = (request: KibanaRequest | LegacyRequest) => AuthHeaders | undefined;