Home
last modified time | relevance | path

Searched refs:getEndpoint (Results 1 – 15 of 15) sorted by relevance

/plugin/oauthkeycloak/
DKeycloak.php39 public function getEndpoint(string $endpoint) function in dokuwiki\\plugin\\oauthkeycloak\\Keycloak
54 return new Uri($this->getEndpoint(self::ENDPOINT_AUTH));
60 return new Uri($this->getEndpoint(self::ENDPOINT_TOKEN));
91 new Uri($this->getEndpoint(self::ENDPOINT_LOGOUT)),
Daction.php35 $url = $oauth->getEndpoint(Keycloak::ENDPOINT_USERINFO);
/plugin/oauthazure/
DAzure.php65 $uri = new Uri($this->getEndpoint(self::ENDPOINT_AUTH));
75 $uri = new Uri($this->getEndpoint(self::ENDPOINT_TOKEN));
94 send_redirect($this->getEndpoint(self::ENDPOINT_LOGOUT));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DServiceAttachmentConnectedEndpoint.php45 public function getEndpoint() function in Google\\Service\\Compute\\ServiceAttachmentConnectedEndpoint
DNotificationEndpointGrpcSettings.php65 public function getEndpoint() function in Google\\Service\\Compute\\NotificationEndpointGrpcSettings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1TraceConfig.php43 public function getEndpoint() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1TraceConfig
DGoogleCloudApigeeV1RuntimeTraceConfig.php58 public function getEndpoint() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1RuntimeTraceConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1LakeMetastoreStatus.php49 public function getEndpoint() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1LakeMetastoreStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DOperationMetadata.php107 public function getEndpoint() function in Google\\Service\\AIPlatformNotebooks\\OperationMetadata
/plugin/authfacebook/lib/
DFacebookRequest.php278 public function getEndpoint() function in Facebook\\FacebookRequest
510 $endpoint = FacebookUrlManipulator::forceSlashPrefix($this->getEndpoint());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
DMembership.php131 public function getEndpoint() function in Google\\Service\\GKEHub\\Membership
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClientBuilder.asciidoc15 * <<Elasticsearch_ClientBuildergetEndpoint_getEndpoint,`getEndpoint()`>>
75 .`getEndpoint()`
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
DStep.php163 public function getEndpoint() function in Google\\Service\\NetworkManagement\\Step
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DCluster.php454 public function getEndpoint() function in Google\\Service\\Container\\Cluster
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
DClientBuilder.php166 public function getEndpoint(): callable function in Elasticsearch\\ClientBuilder