You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs (as referenced by OP) talk about null, not undefined, but perhaps both actually works? Using null here makes more sense to me personally too..
Given the following:
xdmp.login("username", null, true, ["sa-librarian"])
Typescript validator complains:
Argument of type 'null' is not assignable to parameter of type 'string|undefined'
xdmp.login documentation: https://docs.marklogic.com/xdmp.login
xdmp.login("username", null)
The text was updated successfully, but these errors were encountered: