mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* extend AuthResultData with response headers * add tests * update docs * rename headers --> requestHeaders to clarify intention * update docs * address comments
373 B
373 B
Home > kibana-plugin-server > AuthHeaders
AuthHeaders type
Auth Headers map
Signature:
export declare type AuthHeaders = Record<string, string | string[]>;