Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js34 var authInfo = JSON.parse(this.token);
36 if (authInfo != null)
38 …is.endpointHint = authInfo.endpointHint != null ? authInfo.endpointHint.replace('/Documents', '/_l…
H A DDriveClient.js56 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 …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DHttpCheck.php64 public function setAuthInfo(BasicAuthentication $authInfo) argument
66 $this->authInfo = $authInfo;
73 return $this->authInfo;
/plugin/authshibboleth/plugin/authshibboleth/
H A 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'];