Searched refs:authInfo (Results 1 – 4 of 4) sorted by relevance
34 var authInfo = JSON.parse(this.token);36 if (authInfo != null)38 …is.endpointHint = authInfo.endpointHint != null ? authInfo.endpointHint.replace('/Documents', '/_l…
56 var authInfo = JSON.parse(this.token);58 if (authInfo != null && authInfo.current != null)232 if (authInfo != null)234 if (authInfo.current != null)242 for (var id in authInfo)246 users.push(authInfo[id].user);627 if (authInfo && authInfo.current != null)2584 delete authInfo.current;2585 delete authInfo[this.userId];2588 for (var id in authInfo)[all …]
64 public function setAuthInfo(BasicAuthentication $authInfo) argument66 $this->authInfo = $authInfo;73 return $this->authInfo;
376 $authInfo = $_SESSION[DOKU_COOKIE]['auth'];378 … if (isset($authInfo['user']) && isset($authInfo['info']) && is_array($authInfo['info'])) {379 $userInfo = $authInfo['info'];380 $username = $authInfo['user'];