vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

data.js
application/javascript

Download raw (171 bytes)

function(e, r) {
  return {
    name : r.userCtx.name,
    uri_name : encodeURIComponent(r.userCtx.name),
    auth_db : encodeURIComponent(r.info.authentication_db)
  };
}