UNPKG

arangojs

Version:

The official ArangoDB JavaScript driver.

8 lines 218 B
/** * Determines if the given credentials are for Bearer token authentication. */ export function isBearerAuth(auth) { return auth.hasOwnProperty("token"); } //#endregion //# sourceMappingURL=configuration.js.map