Type Alias CsrfTokenAPI

type CsrfTokenAPI = {
    clearCache: typeof clearCache;
    getCsrfToken: typeof getCsrfToken;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for csrf-token api requests.

getCsrfToken: typeof getCsrfToken

Returns CSRF token via the qlik-csrf-token header.

GetCsrfTokenHttpError