kibana/docs/development/core/server/kibana-plugin-server.scopeablerequest.md
Mikhail Shustov aa695ec637
Normalize EOL symbol in platform docs (#56021)
* use api-extractor generate command with api-documenter config

* update docs

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-27 18:42:45 +01:00

554 B

Home > kibana-plugin-server > ScopeableRequest

ScopeableRequest type

A user credentials container. It accommodates the necessary auth credentials to impersonate the current user.

See KibanaRequest.

Signature:

export declare type ScopeableRequest = KibanaRequest | LegacyRequest | FakeRequest;