deviceToken = $deviceToken; } /** * @return string */ public function getDeviceToken() { return $this->deviceToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1betaExchangeDeviceCheckTokenRequest::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1betaExchangeDeviceCheckTokenRequest');