Skip to content

Opensearch dashboards.authresultparams

Home > opensearch-dashboards > AuthResultParams

AuthResultParams interface

Result of successful authentication.

Signature:

export interface AuthResultParams 

Properties

Property Type Description
requestHeaders? AuthHeaders (Optional) Auth specific headers to attach to a request object. Used to perform a request to on behalf of an authenticated user.
responseHeaders? AuthHeaders (Optional) Auth specific headers to attach to a response object. Used to send back authentication mechanism related headers to a client when needed.
state? Record<string, any> (Optional) Data to associate with an incoming request. Any downstream plugin may get access to the data.