credentials_form = $credentials_form; } /** * Retrieves the credentials form associated with the object. * * @return string|null The credentials form assigned during object initialization, or null if none was provided. */ public function credentials_form() { return $this->credentials_form; } }