redirectUri; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; } public function getClientId() { return $this->clientId; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientSecret() { return $this->clientSecret; } public function setClientSecret($clientSecret) { $this->clientSecret = $clientSecret; } public function getGrantType() { return $this->grantType; } public function setGrantType($grantType) { $this->grantType = $grantType; } public function getCode() { return $this->code; } public function setCode($code) { $this->code = $code; } }