Home
last modified time | relevance | path

Searched refs:authInfo (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DOneDriveClient.js34 var authInfo = JSON.parse(this.token);
36 if (authInfo != null)
38 …is.endpointHint = authInfo.endpointHint != null ? authInfo.endpointHint.replace('/Documents', '/_l…
DDriveClient.js56 var authInfo = JSON.parse(this.token);
58 if (authInfo != null && authInfo.current != null)
60 this.userId = authInfo.current.userId;
229 var authInfo = JSON.parse(this.getPersistentToken(true));
232 if (authInfo != null)
234 if (authInfo.current != null)
236 curUserId = authInfo.current.userId;
237 users.push(authInfo[curUserId].user);
242 for (var id in authInfo)
246 users.push(authInfo[id].user);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DHttpCheck.php64 public function setAuthInfo(BasicAuthentication $authInfo) argument
66 $this->authInfo = $authInfo;
73 return $this->authInfo;
/plugin/authshibboleth/plugin/authshibboleth/
Dauth.php376 $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'];