mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
* use api-extractor generate command with api-documenter config * update docs Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
554 B
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;