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