Example #1
0
 /**
  * Set the prompt hint. Valid values are none, consent and select_account.
  * If no value is specified and the user has not previously authorized
  * access, then the user is shown a consent screen.
  * @param $prompt string
  */
 public function setPrompt($prompt)
 {
     $this->config->setPrompt($prompt);
 }