code = $options['code']; $this->redirectUri = $options['redirect_uri']; } /** * Returns the token key. * * @return string */ public function __toString() { return (string) $this->code; } }