appId = $appId; } public function getAppId() { return $this->appId; } public function setAuthFlowType($authFlowType) { $this->authFlowType = $authFlowType; } public function getAuthFlowType() { return $this->authFlowType; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setContext($context) { $this->context = $context; } public function getContext() { return $this->context; } public function setContinueUri($continueUri) { $this->continueUri = $continueUri; } public function getContinueUri() { return $this->continueUri; } public function setCustomParameter($customParameter) { $this->customParameter = $customParameter; } public function getCustomParameter() { return $this->customParameter; } public function setHostedDomain($hostedDomain) { $this->hostedDomain = $hostedDomain; } public function getHostedDomain() { return $this->hostedDomain; } public function setIdentifier($identifier) { $this->identifier = $identifier; } public function getIdentifier() { return $this->identifier; } public function setOauthConsumerKey($oauthConsumerKey) { $this->oauthConsumerKey = $oauthConsumerKey; } public function getOauthConsumerKey() { return $this->oauthConsumerKey; } public function setOauthScope($oauthScope) { $this->oauthScope = $oauthScope; } public function getOauthScope() { return $this->oauthScope; } public function setOpenidRealm($openidRealm) { $this->openidRealm = $openidRealm; } public function getOpenidRealm() { return $this->openidRealm; } public function setOtaApp($otaApp) { $this->otaApp = $otaApp; } public function getOtaApp() { return $this->otaApp; } public function setProviderId($providerId) { $this->providerId = $providerId; } public function getProviderId() { return $this->providerId; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setTenantId($tenantId) { $this->tenantId = $tenantId; } public function getTenantId() { return $this->tenantId; } public function setTenantProjectNumber($tenantProjectNumber) { $this->tenantProjectNumber = $tenantProjectNumber; } public function getTenantProjectNumber() { return $this->tenantProjectNumber; } }