mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* extend AuthResultData with response headers * add tests * update docs * rename headers --> requestHeaders to clarify intention * update docs * address comments
518 B
518 B
Home > kibana-plugin-server > AuthToolkit > authenticated
AuthToolkit.authenticated property
Authentication is successful with given credentials, allow request to pass through
Signature:
authenticated: (data?: AuthResultParams) => AuthResult;