Skip to content

Opensearch dashboards.authredirectedparams.headers

Home > opensearch-dashboards > AuthRedirectedParams > headers

AuthRedirectedParams.headers property

Headers to attach for auth redirect. Must include "location" header

Signature:

headers: {
        location: string;
    } & ResponseHeaders;