Newer
Older
WopiAPI.prototype.getPassports = function (fileID) {
const { publicKey, uuid, token, deviceHash } = window.viamApi.getConfig().headers;
url: `${window.WOPI_URL}getPassports`,
publicKey,
uuid,
token,
deviceHash,