Home
last modified time | relevance | path

Searched refs:startFlow (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Agent.php66 public $startFlow; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Agent
233 public function setStartFlow($startFlow) argument
235 $this->startFlow = $startFlow;
242 return $this->startFlow;
/plugin/oauth/action/
H A Dlogin.php70 $om->startFlow($servicename);
/plugin/oauth/
H A DOAuthManager.php19 public function startFlow($servicename) function in dokuwiki\\plugin\\oauth\\OAuthManager