kibana/docs/development/core/server/kibana-plugin-server.authtoolkit.authenticated.md
Mikhail Shustov 2dcc69c4fe
AuthResultData configures response headers (#41775) (#41948)
* extend AuthResultData with response headers

* add tests

* update docs

* rename headers --> requestHeaders to clarify intention

* update docs

* address comments
2019-07-25 08:50:49 +02:00

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;