Skip to content

Opensearch dashboards.sessioncookievalidationresult

Home > opensearch-dashboards > SessionCookieValidationResult

SessionCookieValidationResult interface

Return type from a function to validate cookie contents.

Signature:

export interface SessionCookieValidationResult 

Properties

Property Type Description
isValid boolean Whether the cookie is valid or not.
path? string (Optional) The "Path" attribute of the cookie; if the cookie is invalid, this is used to clear it.