function getAuthToken()

in public/scripts/utils.js [25:27]


function getAuthToken(t) {
  return t.get('member', 'private', 'auth');
}