Home
last modified time | relevance | path

Searched refs:providerId (Results 1 – 13 of 13) sorted by relevance

/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php63 * @param string $providerId provider identifier
66 function &getClaimedIdentities($providerId) { argument
70 $lines = @file_get_contents($this->provFN($providerId));
88 * @param string $providerId provider identifier
92 function getUsernameByIdentity($providerId, $claimedId) { argument
186 * @param string $providerId identifier of the auth provider service
190 function addUserDataEntry($providerId, $claimedId, $date=null) { argument
196 'id' => $providerId, // provider id
278 * @param string $providerId identifier of the auth provider service
293 'id' => $providerId,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceConsumerManagement\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceUsage\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceManagement\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAuthRequirement.php29 public $providerId; variable in Google\\Service\\ServiceNetworking\\AuthRequirement
48 public function setProviderId($providerId) argument
50 $this->providerId = $providerId;
57 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPosDataProvidersPosDataProvider.php33 public $providerId; variable in Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider
66 public function setProviderId($providerId) argument
68 $this->providerId = $providerId;
75 return $this->providerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DSetAccountInfoResponseProviderUserInfo.php37 public $providerId; variable in Google\\Service\\IdentityToolkit\\SetAccountInfoResponseProviderUserInfo
84 public function setProviderId($providerId) argument
86 $this->providerId = $providerId;
93 return $this->providerId;
H A DUserInfoProviderUserInfo.php45 public $providerId; variable in Google\\Service\\IdentityToolkit\\UserInfoProviderUserInfo
128 public function setProviderId($providerId) argument
130 $this->providerId = $providerId;
137 return $this->providerId;
H A DCreateAuthUriResponse.php46 public $providerId; variable in Google\\Service\\IdentityToolkit\\CreateAuthUriResponse
133 public function setProviderId($providerId) argument
135 $this->providerId = $providerId;
142 return $this->providerId;
H A DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php73 public $providerId; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
258 public function setProviderId($providerId) argument
260 $this->providerId = $providerId;
267 return $this->providerId;
H A DVerifyAssertionResponse.php158 public $providerId; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
645 public function setProviderId($providerId) argument
647 $this->providerId = $providerId;
654 return $this->providerId;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js32237 PopupMenu.prototype.isEmpty = function(element, providerId) { argument
32242 if (!providerId) {
32246 var providers = this._getProviders(providerId);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs12377 providerId: "None"